aboutsummaryrefslogtreecommitdiff
path: root/templates/recentchanges.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-12 03:48:50 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-12 03:48:50 +0000
commit8ddbcbf18467e702fe32be7de0f125677d3251ce (patch)
tree3b803e741305c0e9ad68897f5edea436278877da /templates/recentchanges.tmpl
parente622b275c576ff4939cada803b07eaa372119218 (diff)
downloadikiwiki-8ddbcbf18467e702fe32be7de0f125677d3251ce.tar
ikiwiki-8ddbcbf18467e702fe32be7de0f125677d3251ce.tar.gz
improve message
Diffstat (limited to 'templates/recentchanges.tmpl')
-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>