diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/recentchanges.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl index 72e243c60..753fb66c2 100644 --- a/templates/recentchanges.tmpl +++ b/templates/recentchanges.tmpl @@ -15,8 +15,8 @@ <TMPL_VAR NAME="LINK"></a> </TMPL_LOOP> <br> - changed <TMPL_LOOP NAME="WHEN"> by <TMPL_LOOP NAME="USER">: - <i><TMPL_LOOP NAME="MESSAGE"></i> + changed <TMPL_VAR NAME="WHEN"> by <TMPL_VAR NAME="USER">: + <i><TMPL_VAR NAME="MESSAGE"></i> </li> </TMPL_LOOP> </ul> |