templates/coal/filelog.tmpl
changeset 6905 248e54a9456e
parent 6775 54ccf41761c9
child 7299 288dda59233c
--- a/templates/coal/filelog.tmpl	Wed Aug 13 20:36:37 2008 -0500
+++ b/templates/coal/filelog.tmpl	Mon Aug 18 15:58:17 2008 +0200
@@ -5,7 +5,6 @@
 <link rel="alternate" type="application/rss+xml"
    href="{url}rss-log/tip/{file|urlescape}" title="RSS feed for {repo|escape}:{file}">
 </head>
-</head>
 <body>
 
 <div class="container">
@@ -46,9 +45,9 @@
 
 <table class="bigtable">
  <tr> 
-  <th class="age">age</td>
-  <th class="author">author</td>
-  <th class="description">description</td>
+  <th class="age">age</th>
+  <th class="author">author</th>
+  <th class="description">description</th>
  </tr>
 {entries%filelogentry}
 </table>