From 03c6f3bf7de6a7740efd98c8e6f549ce039816f3 Mon Sep 17 00:00:00 2001 From: mchurch Date: Wed, 8 Dec 2004 22:05:44 +0000 Subject: [PATCH] Modified to ouput proper XHTML - especially if it already was XHTML. See bug #2230. --- mod/wiki/ewiki/plugins/moodle/f_fixhtml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/wiki/ewiki/plugins/moodle/f_fixhtml.php b/mod/wiki/ewiki/plugins/moodle/f_fixhtml.php index 8202cda8a63ef..079677521118a 100644 --- a/mod/wiki/ewiki/plugins/moodle/f_fixhtml.php +++ b/mod/wiki/ewiki/plugins/moodle/f_fixhtml.php @@ -13,7 +13,7 @@ function). So following code is not meant to fix any possible html file, */ -define("EWIKI_XHTML", 0); +define("EWIKI_XHTML", 1); $ewiki_plugins["page_final"][] = "ewiki_html_tag_balancer";