diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-06 20:02:12 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-06 20:02:12 +0000 |
commit | 1f26347379fd646e75302f32cf3411fb09cef5e4 (patch) | |
tree | 9b1ca02e14ea154dc0708826db036c1eac240b1e /templates | |
parent | 9439a374d0ebe422af28adbf72d21d6994eec059 (diff) | |
download | ikiwiki-1f26347379fd646e75302f32cf3411fb09cef5e4.tar ikiwiki-1f26347379fd646e75302f32cf3411fb09cef5e4.tar.gz |
escaping fix from Emanuele Aina
Diffstat (limited to 'templates')
-rw-r--r-- | templates/recentchanges.tmpl | 2 |
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"> |