diff options
author | timeless%mozdev.org <> | 2004-03-19 01:11:27 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2004-03-19 01:11:27 +0100 |
commit | e3b52184cc832c5fe5cbf23f30a3f939295f3fc0 (patch) | |
tree | 371133fa6e8e3016df8231afd2d8381452b04869 | |
parent | 86068aab75c43934140cb28b6b83efd9d2896d29 (diff) | |
download | bugzilla-e3b52184cc832c5fe5cbf23f30a3f939295f3fc0.tar.gz bugzilla-e3b52184cc832c5fe5cbf23f30a3f939295f3fc0.tar.xz |
Bug 237514 Confirmed email address is missing </td>
r=kiko a=justdave
-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> |