gitweb: do not create nested <a></a> tags
commit005e147c316f59a54c10089dbe7ea647eaab476f
authorKyle J. McKay <mackyle@gmail.com>
Sun, 28 Jul 2013 21:37:07 +0000 (28 14:37 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 8 Apr 2015 01:04:35 +0000 (7 18:04 -0700)
treeff8ce4e3be80076516e75624b4e4b5928781c3cf
parentc3c72557de78f71bcd74582d63679ce58485b3b5
gitweb: do not create nested <a></a> tags

Nested <a></a> tags are not allowed.  They are not handled as intended
by browsers either.  Instead move the nested elements to just after
the link they were nested in which is the desired render location.

To restore the original, apparently intended, behavior some fancy css
along with an extra empty <a></a> tag is used.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
gitweb/gitweb.perl
gitweb/static/gitweb.css