Mercurial > public > mercurial-scm > hg
diff templates/gitweb/changeset.tmpl @ 5820:3a1ffc1da32c
Fixed numerous XHTML problems that caused validation errors and warnings.
Link elements for Atom and RSS feeds had no end tag. <div> block element
inside <a> in-line element isn't right and caused rendering problems on
Safari. Spurious </div> tag in search forms. Branch entry missing closing
</a> tag.
author | Kevin Christen <kevin.christen@gmail.com> |
---|---|
date | Mon, 07 Jan 2008 21:29:40 -0600 |
parents | 46c5e1ee8aaa |
children | 673d8a6bc709 |
line wrap: on
line diff
--- a/templates/gitweb/changeset.tmpl Mon Dec 31 16:18:17 2007 +0100 +++ b/templates/gitweb/changeset.tmpl Mon Jan 07 21:29:40 2008 -0600 @@ -1,14 +1,14 @@ #header# <title>{repo|escape}: changeset {rev}:{node|short}</title> <link rel="alternate" type="application/atom+xml" - href="{url}atom-log" title="Atom feed for #repo|escape#"> + href="{url}atom-log" title="Atom feed for #repo|escape#"/> <link rel="alternate" type="application/rss+xml" - href="{url}rss-log" title="RSS feed for #repo|escape#"> + href="{url}rss-log" title="RSS feed for #repo|escape#"/> </head> <body> <div class="page_header"> -<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="#url#summary{sessionvars%urlparameter}">#repo|escape#</a> / changeset +<a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="#url#summary{sessionvars%urlparameter}">#repo|escape#</a> / changeset </div> <div class="page_nav">