summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index cdc8a7257..798e2ce79 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -167,7 +167,7 @@ function html_topbtn(){
$ret = '';
$ret .= '<form class="button" method="get" action="#top" onsubmit="return svchk()">';
- $ret .= '<input type="submit" value="'.htmlspecialchars($lang['btn_top']).'" class="button" ';
+ $ret .= '<input type="submit" value="'.htmlspecialchars($lang['btn_top']).'" class="button" />';
$ret .= '</form>';
return $ret;
}