aboutsummaryrefslogtreecommitdiff
path: root/templates/recentchanges.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-04 16:19:29 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-04 16:19:29 +0000
commit4aa5d301ae5ede5fae7ecef18cdf8645c752cce7 (patch)
tree946ed441b900c25b061d7c732bb90b587de48c23 /templates/recentchanges.tmpl
parent87a1d3ff8fb43d219c6f685600a103df43cef4c1 (diff)
downloadikiwiki-4aa5d301ae5ede5fae7ecef18cdf8645c752cce7.tar
ikiwiki-4aa5d301ae5ede5fae7ecef18cdf8645c752cce7.tar.gz
remove most of the black lines
Diffstat (limited to 'templates/recentchanges.tmpl')
-rw-r--r--templates/recentchanges.tmpl4
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>