gitweb: Move 'lineno' id from link to row element in git_blame
commit4a24bfc22081a6c2771b62d464222f81c470192c
authorJakub Narebski <jnareb@gmail.com>
Tue, 9 Dec 2008 22:46:16 +0000 (9 23:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Dec 2008 06:09:11 +0000 (9 22:09 -0800)
tree586758a831991288df8c03d38657ae24c0f5ff07
parentf371d3ea3ca7933df787230f2eb9b67901bde9d3
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 <jnareb@gmail.com>
Acked-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl