diff options
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 908849d2b..6d0b7e116 100644 --- a/inc/html.php +++ b/inc/html.php @@ -248,7 +248,7 @@ function html_btn($name,$id,$akey,$params,$method='get'){ $ret .= '<input type="submit" value="'.htmlspecialchars($label).'" class="button" '; if($akey){ - $ret .= 'title="ALT+'.strtoupper($akey).'" '; + $ret .= 'title="[ALT+'.strtoupper($akey).']" '; $ret .= 'accesskey="'.$akey.'" '; } $ret .= '/>'; |