diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-09-09 16:12:23 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-09-09 20:06:36 -0400 |
commit | 247cb7749403d7cda14e1bcc3afc430c8fec02b1 (patch) | |
tree | a5698820a91db972fb6819a2a6dc3be58c64e02d /httemplate | |
parent | 367ff2ec9a5d8e6bf73c67d02834460c069c7ede (diff) |
RT# 75817 - cleaned up password validation error message
Diffstat (limited to 'httemplate')
-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 ccbb431ab..fef189e0c 100644 --- a/httemplate/elements/contact.html +++ b/httemplate/elements/contact.html @@ -98,7 +98,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> % } |