From: toyomoyo Date: Thu, 8 Nov 2007 05:38:01 +0000 (+0000) Subject: MDL-12061,

in html editor breaks xhtml strict X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6469bc3df555d879681c62e0f754d9f496b1a781;p=moodle.git MDL-12061,

in html editor breaks xhtml strict --- diff --git a/mod/resource/type/directory/resource.class.php b/mod/resource/type/directory/resource.class.php index 4ac61af878..292e461625 100644 --- a/mod/resource/type/directory/resource.class.php +++ b/mod/resource/type/directory/resource.class.php @@ -42,6 +42,7 @@ function display() { $formatoptions = new object(); $formatoptions->noclean = true; + $formatoptions->para = false; // MDL-12061,

in html editor breaks xhtml strict add_to_log($course->id, "resource", "view", "view.php?id={$cm->id}", $resource->id, $cm->id);