# HG changeset patch # User Kevin Christen # Date 2008-01-08 03:29:40 # 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 --git a/templates/gitweb/changelog.tmpl b/templates/gitweb/changelog.tmpl --- a/templates/gitweb/changelog.tmpl +++ b/templates/gitweb/changelog.tmpl @@ -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 @@
-