]> Lady’s Gitweb - Gitweb/commit
gitweb: Move 'lineno' id from link to row element in git_blame
authorJakub Narebski <redacted>
Tue, 9 Dec 2008 22:46:16 +0000 (23:46 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:38 +0000 (00:50 -0400)
commitdae73140f5764108d779c335845ffd7e43913b112d9627a6819d9b9000c1918a
treea83e4bf992b50b8fe4061024b52c9eb8c64dd21325edc26909c57edfbf6ab175
parent3ee62532faed86d5658760a6a15c0b67bcd43f5352616f5acd1316a0c5a902fa
gitweb: Move 'lineno' id from link to row element in git_blame

Move l<line number> ID from <a> link element inside table row (inside
cell element for column with line numbers), to encompassing <tr> table
row element.  It was done to make it easier to manipulate result HTML
with DOM, and to be able write 'blame_incremental' view with the same,
or nearly the same result.

Signed-off-by: Jakub Narebski <redacted>
Acked-by: Luben Tuikov <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.188899 seconds and 4 git commands to generate.