tgupdate: merge t/misc/no-nested-anchors base into t/misc/no-nested-anchors
[git/gitweb.git] / .topmsg
blob69d58363bf1ed32d13e5df1f9004c6cf01ac4d70
1 Subject: [PATCH] gitweb: do not create nested <a></a> tags
3 Nested <a></a> tags are not allowed.  They are not handled as intended
4 by browsers either.  Instead move the nested elements to just after
5 the link they were nested in which is the desired render location.
7 To restore the original, apparently intended, behavior some fancy css
8 along with an extra empty <a></a> tag is used.
10 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>