diff options
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 726e52f64..f927cf62f 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"></td> + <td class="changeinfo"><TMPL_VAR NAME="USER" ESCAPE="HTML"></td> <td class="changetime"><TMPL_VAR NAME="WHEN"></td> <td class="changeinfo"> <TMPL_LOOP NAME="PAGES"> |