diff options
author | eric <eric> | 2004-06-24 21:08:35 +0200 |
---|---|---|
committer | eric <eric> | 2004-06-24 21:08:35 +0200 |
commit | 1f62f86af5225643f2a7d72c1a050c46ffc37477 (patch) | |
tree | 491ff279b1ad75d461b071f993d6978de19aac3f /web/lib/acctfuncs.inc | |
parent | 9c6ec26c3279ca3e1d186196d229449d9501c386 (diff) | |
download | aur-1f62f86af5225643f2a7d72c1a050c46ffc37477.tar.gz aur-1f62f86af5225643f2a7d72c1a050c46ffc37477.tar.xz |
getting closer to printing package search results - also fixed some XHTML stuff
Diffstat (limited to 'web/lib/acctfuncs.inc')
-rw-r--r-- | web/lib/acctfuncs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/acctfuncs.inc b/web/lib/acctfuncs.inc index a7c6da55..9cd7fab2 100644 --- a/web/lib/acctfuncs.inc +++ b/web/lib/acctfuncs.inc @@ -139,7 +139,7 @@ function display_account_form($UTYPE,$A,$U="",$T="",$S="", print "<input type='submit' class='button'"; print " value='".__("Create")."'> "; } - print "<input type='reset' value='".__("Reset")."'>"; + print "<input type='reset' class='button' value='".__("Reset")."'>"; print "</td>"; print "</tr>\n"; |