]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - templates/recentchanges.tmpl
* Patch from Recai to fix utf8 issues in git backend.
[git.ikiwiki.info.git] / templates / recentchanges.tmpl
index 1ea2f8a451334985a46ae2be6c673d1647569378..fe01822da090753f68214a8a39565ebd3e228427 100644 (file)
        <tr class="changeheader">
                <th align="left">user</th>
                <th align="left">time</th>
-               <th align="left">changes</th>
+               <th align="left" colspan="2">changes</th>
        </tr>
 </thead>
-<TMPL_LOOP NAME="CHANGELOG">
 <tbody>
+<TMPL_LOOP NAME="CHANGELOG">
        <!-- <TMPL_VAR NAME="REV"> -->
-       <!-- <TMPL_VAR NAME="COMMITTYPE"> -->
        <tr class="changeheader">
                <td><TMPL_VAR NAME="USER"></td>
                <td class="changetime"><TMPL_VAR NAME="WHEN"></td>
                        </TMPL_IF>
                </TMPL_LOOP>
                </td>
+               <td><TMPL_VAR NAME="COMMITTYPE"></td>
        </tr>
        <tr>
-               <td colspan="3">
+               <td colspan="4">
                        <i>
                        <TMPL_LOOP NAME="MESSAGE">
                                <TMPL_IF NAME="LINE">
@@ -58,8 +58,8 @@
                        </i>
                </td>
        </tr>
-</tbody>
 </TMPL_LOOP>
+</tbody>
 </table>
 </div>