aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/recentchanges.tmpl10
1 files changed, 8 insertions, 2 deletions
diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl
index 8433e3ae0..4637906e2 100644
--- a/templates/recentchanges.tmpl
+++ b/templates/recentchanges.tmpl
@@ -12,11 +12,17 @@
<TMPL_LOOP NAME="CHANGELOG">
<li> <!-- <TMPL_VAR NAME="REV"> -->
<TMPL_LOOP NAME="PAGES">
- <TMPL_VAR NAME="LINK"></a>
+ <TMPL_VAR NAME="LINK">
</TMPL_LOOP>
<br>
changed <TMPL_VAR NAME="WHEN"> by <TMPL_VAR NAME="USER">:
- <i><TMPL_VAR NAME="MESSAGE"></i>
+ <i>
+ <TMPL_LOOP NAME="MESSAGE">
+ <TMPL_IF NAME="LINE">
+ <TMPL_VAR NAME="LINE"><br>
+ </TMPL_IF>
+ </TMPL_LOOP>
+ </i>
</li>
</TMPL_LOOP>
</ul>