diff options
Diffstat (limited to 'frontends/php/tr_comments.php')
-rw-r--r-- | frontends/php/tr_comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/tr_comments.php b/frontends/php/tr_comments.php index 242a2fe8..a28534b2 100644 --- a/frontends/php/tr_comments.php +++ b/frontends/php/tr_comments.php @@ -64,7 +64,7 @@ echo "<textarea name=\"comments\" cols=100 ROWS=\"25\" wrap=\"soft\">$comments</TEXTAREA>"; show_table2_v_delimiter2(); - echo "<input type=\"submit\" name=\"register\" value=\"update\">"; + echo "<input class=\"button\" type=\"submit\" name=\"register\" value=\"update\">"; show_table2_header_end(); ?> |