diff options
-rw-r--r-- | httemplate/elements/contact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html index 5fa8ae485..909ff7893 100644 --- a/httemplate/elements/contact.html +++ b/httemplate/elements/contact.html @@ -103,7 +103,7 @@ <BR> <FONT SIZE="-1"><% $label{$field} %></FONT> % if ( $field eq 'password' ) { - <div id="changepw<%$id%>_<%$field%>_result"></div> + <DIV ID="changepw<%$id%>_<%$field%>_result" STYLE="font-size: smaller"></DIV> % } </TD> % } |