comparison templates/gitweb/tags.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
comparison
equal deleted inserted replaced
5819:89ea99c7bdfd 5820:3a1ffc1da32c
1 #header# 1 #header#
2 <title>#repo|escape#: Tags</title> 2 <title>#repo|escape#: Tags</title>
3 <link rel="alternate" type="application/atom+xml" 3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for #repo|escape#"> 4 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
5 <link rel="alternate" type="application/rss+xml" 5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for #repo|escape#"> 6 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
7 </head> 7 </head>
8 <body> 8 <body>
9 9
10 <div class="page_header"> 10 <div class="page_header">
11 <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> / tags 11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / tags
12 </div> 12 </div>
13 13
14 <div class="page_nav"> 14 <div class="page_nav">
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> | 15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> | 16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |