From 6469bc3df555d879681c62e0f754d9f496b1a781 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Thu, 8 Nov 2007 05:38:01 +0000 Subject: [PATCH] MDL-12061,

in html editor breaks xhtml strict --- mod/resource/type/directory/resource.class.php | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5