diff options
author | andi <andi@splitbrain.org> | 2005-03-20 13:49:10 +0100 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-03-20 13:49:10 +0100 |
commit | 81aafed45def19b4c7ddd3065daa294c142365a5 (patch) | |
tree | f999341742d85b0b7d7a748abb03af6c6152def6 /inc | |
parent | f29317c1325933ca995a5e285cbb1769faa017b3 (diff) | |
download | rpg-81aafed45def19b4c7ddd3065daa294c142365a5.tar.gz rpg-81aafed45def19b4c7ddd3065daa294c142365a5.tar.bz2 |
backbutton fix
darcs-hash:20050320124910-9977f-737f333d5524b844011a69a4c0351c3366ecf62f.gz
Diffstat (limited to 'inc')
-rw-r--r-- | inc/html.php | 2 |
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; } |