diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/account/prefs/account.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/account.html.tmpl b/template/en/default/account/prefs/account.html.tmpl index 9db5addbb..dc936d43c 100644 --- a/template/en/default/account/prefs/account.html.tmpl +++ b/template/en/default/account/prefs/account.html.tmpl @@ -78,7 +78,7 @@ [% ELSE %] <tr> <th align="right">Confirmed email address:</th> - <td>[% user.login FILTER html %] + <td>[% user.login FILTER html %]</td> </tr> <tr> <th align="right">Completion date:</th> |