diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-04 04:29:18 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-04 04:29:18 +0000 |
commit | b6075d61632adb1ec43fb5572db0521bbac9d1ac (patch) | |
tree | 8d1c2404698a107bc26a5dca2921f741326b4bb5 /templates | |
parent | 7e02c4fe4c646b4d198723844e575f199a8963d7 (diff) | |
download | ikiwiki-b6075d61632adb1ec43fb5572db0521bbac9d1ac.tar ikiwiki-b6075d61632adb1ec43fb5572db0521bbac9d1ac.tar.gz |
move html escaping
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 dd061a06a..726e52f64 100644 --- a/templates/recentchanges.tmpl +++ b/templates/recentchanges.tmpl @@ -50,7 +50,7 @@ <td class="changelog" colspan="4"> <TMPL_LOOP NAME="MESSAGE"> <TMPL_IF NAME="LINE"> - <TMPL_VAR NAME="LINE"><br /> + <TMPL_VAR NAME="LINE" ESCAPE="HTML"><br /> </TMPL_IF> </TMPL_LOOP> </td> |