# HG changeset patch # User Kevin Christen # Date 1199762980 21600 # Node ID 3a1ffc1da32c0f9847bd0ac016b13c31b86261b3 # Parent 89ea99c7bdfdf8a8cfb884ba146ef73b837e1ae4 Fixed numerous XHTML problems that caused validation errors and warnings. Link elements for Atom and RSS feeds had no end tag.
block element inside in-line element isn't right and caused rendering problems on Safari. Spurious
tag in search forms. Branch entry missing closing tag. diff -r 89ea99c7bdfd -r 3a1ffc1da32c templates/gitweb/changelog.tmpl --- a/templates/gitweb/changelog.tmpl Mon Dec 31 16:18:17 2007 +0100 +++ b/templates/gitweb/changelog.tmpl Mon Jan 07 21:29:40 2008 -0600 @@ -1,14 +1,14 @@ #header# #repo|escape#: Changelog + href="{url}atom-log" title="Atom feed for #repo|escape#"/> + href="{url}rss-log" title="RSS feed for #repo|escape#"/>
@@ -17,7 +17,6 @@
-