aboutsummaryrefslogtreecommitdiff
path: root/templates/recentchanges.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-06 20:02:12 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-06 20:02:12 +0000
commit1f26347379fd646e75302f32cf3411fb09cef5e4 (patch)
tree9b1ca02e14ea154dc0708826db036c1eac240b1e /templates/recentchanges.tmpl
parent9439a374d0ebe422af28adbf72d21d6994eec059 (diff)
downloadikiwiki-1f26347379fd646e75302f32cf3411fb09cef5e4.tar
ikiwiki-1f26347379fd646e75302f32cf3411fb09cef5e4.tar.gz
escaping fix from Emanuele Aina
Diffstat (limited to 'templates/recentchanges.tmpl')
-rw-r--r--templates/recentchanges.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl
index f927cf62f..726e52f64 100644
--- a/templates/recentchanges.tmpl
+++ b/templates/recentchanges.tmpl
@@ -30,7 +30,7 @@
<TMPL_LOOP NAME="CHANGELOG">
<!-- <TMPL_VAR NAME="REV"> -->
<tr class="changeinfo">
- <td class="changeinfo"><TMPL_VAR NAME="USER" ESCAPE="HTML"></td>
+ <td class="changeinfo"><TMPL_VAR NAME="USER"></td>
<td class="changetime"><TMPL_VAR NAME="WHEN"></td>
<td class="changeinfo">
<TMPL_LOOP NAME="PAGES">