From 31b5aa75594d3ec664758352dc297a3132584a9d Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 7 Sep 2005 22:46:14 +0200 Subject: small xhtml compliance fix for toolbar darcs-hash:20050907204614-7ad00-f514aeb437f2121f4775d7b8ac87d7de29592c6f.gz --- inc/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/html.php') 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','',"\/\/","\/\/",'','i'); formatButton('underline.png','','__','__','','u'); formatButton('code.png','','\'\'','\'\'','','c'); - formatButton('strike.png','','','<\/del>','','d'); + formatButton('strike.png','','<del>','<\/del>','','d'); formatButton('fonth1.png','','====== ',' ======\n','','1'); formatButton('fonth2.png','','===== ',' =====\n','','2'); -- cgit v1.2.3