diff options
Diffstat (limited to 'template/en/default/account/prefs/prefs.html.tmpl')
-rw-r--r-- | template/en/default/account/prefs/prefs.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 93f004dea..2a232f875 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -71,7 +71,7 @@ </td> [% ELSE %] <td align="center" bgcolor="#BBBBEE" class="unselected_tab"> - <a HREF="userprefs.cgi?tab=[% tab.name %]">[% tab.description %]</a> + <a href="userprefs.cgi?tab=[% tab.name %]">[% tab.description %]</a> </td> [% END %] [% END %] |