From 4e5d3c9728c2ac9d5102ce801e3a150bbc41e029 Mon Sep 17 00:00:00 2001 From: mattc-catalyst Date: Mon, 16 Apr 2007 23:21:59 +0000 Subject: [PATCH] mod/wiki: HTML fix --- mod/wiki/ewiki/plugins/moodle/f_fixhtml.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/wiki/ewiki/plugins/moodle/f_fixhtml.php b/mod/wiki/ewiki/plugins/moodle/f_fixhtml.php index aac7a16b86..b45d637ce0 100644 --- a/mod/wiki/ewiki/plugins/moodle/f_fixhtml.php +++ b/mod/wiki/ewiki/plugins/moodle/f_fixhtml.php @@ -98,6 +98,7 @@ function ewiki_html_tag_balancer(&$html) { #-- cdata if($tname=='![cdata[') { + $tname = strtoupper($tname); // Needs to be uppercase for XHTML compliance // LEAVE THE POOR THING ALONE! } #-- standalone tag -- 2.39.5