diff options
-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> |