]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/recentchanges.tmpl
remove most of the black lines
[ikiwiki.git] / templates / recentchanges.tmpl
index bc00e94c0f2f89cc33436b785ff8bc77bf1e2eaf..fe01822da090753f68214a8a39565ebd3e228427 100644 (file)
@@ -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>