diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-09-07 22:46:14 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-09-07 22:46:14 +0200 |
commit | 31b5aa75594d3ec664758352dc297a3132584a9d (patch) | |
tree | 27038cc05e063d3c541c84b5f2d1c9c0b8cd0a06 /inc | |
parent | 4e72f56440db84d433de217810ff2794f804a76d (diff) | |
download | rpg-31b5aa75594d3ec664758352dc297a3132584a9d.tar.gz rpg-31b5aa75594d3ec664758352dc297a3132584a9d.tar.bz2 |
small xhtml compliance fix for toolbar
darcs-hash:20050907204614-7ad00-f514aeb437f2121f4775d7b8ac87d7de29592c6f.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 b73eebf8c..6797d0467 100644 --- a/inc/html.php +++ b/inc/html.php @@ -916,7 +916,7 @@ function html_edit($text=null,$include='edit'){ //FIXME: include needed? formatButton('italic.png','<?php echo $lang['qb_italic']?>',"\/\/","\/\/",'<?php echo $lang['qb_italic']?>','i'); formatButton('underline.png','<?php echo $lang['qb_underl']?>','__','__','<?php echo $lang['qb_underl']?>','u'); formatButton('code.png','<?php echo $lang['qb_code']?>','\'\'','\'\'','<?php echo $lang['qb_code']?>','c'); - formatButton('strike.png','<?php echo $lang['qb_strike']?>','<del>','<\/del>','<?php echo $lang['qb_strike']?>','d'); + formatButton('strike.png','<?php echo $lang['qb_strike']?>','<del>','<\/del>','<?php echo $lang['qb_strike']?>','d'); formatButton('fonth1.png','<?php echo $lang['qb_h1']?>','====== ',' ======\n','<?php echo $lang['qb_h1']?>','1'); formatButton('fonth2.png','<?php echo $lang['qb_h2']?>','===== ',' =====\n','<?php echo $lang['qb_h2']?>','2'); |