diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-04 16:19:29 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-04 16:19:29 +0000 |
commit | 4aa5d301ae5ede5fae7ecef18cdf8645c752cce7 (patch) | |
tree | 946ed441b900c25b061d7c732bb90b587de48c23 /templates | |
parent | 87a1d3ff8fb43d219c6f685600a103df43cef4c1 (diff) | |
download | ikiwiki-4aa5d301ae5ede5fae7ecef18cdf8645c752cce7.tar ikiwiki-4aa5d301ae5ede5fae7ecef18cdf8645c752cce7.tar.gz |
remove most of the black lines
Diffstat (limited to 'templates')
-rw-r--r-- | templates/recentchanges.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl index bc00e94c0..fe01822da 100644 --- a/templates/recentchanges.tmpl +++ b/templates/recentchanges.tmpl @@ -27,8 +27,8 @@ <th align="left" colspan="2">changes</th> </tr> </thead> -<TMPL_LOOP NAME="CHANGELOG"> <tbody> +<TMPL_LOOP NAME="CHANGELOG"> <!-- <TMPL_VAR NAME="REV"> --> <tr class="changeheader"> <td><TMPL_VAR NAME="USER"></td> @@ -58,8 +58,8 @@ </i> </td> </tr> -</tbody> </TMPL_LOOP> +</tbody> </table> </div> |