diff options
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r-- | frontends/php/include/forms.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index cf237363..c5ccacb9 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -775,7 +775,7 @@ echo "<input class=\"biginput\" type=\"password\" name=\"password\" value=\"\" size=20>"; show_table2_v_delimiter2(); - echo "<input class=\"button\" class=\"button\" type=\"submit\" name=\"register\" value=\"Enter\">"; + echo "<input class=\"button\" type=\"submit\" name=\"register\" value=\"Enter\">"; show_table2_header_end(); } |