From 8ce03636384111ed7676fcc46e6de725c4b59135 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 15 Jul 2007 15:15:30 +0000 Subject: [PATCH] MDL-8096 fixed & in htmlarea httpsrequired parameter - xhtml strict fix --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index b4f1af7c13..d6dcf06e0b 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -4188,7 +4188,7 @@ function print_textarea($usehtmleditor, $rows, $cols, $width, $height, $name, $v if ($usehtmleditor) { if (!empty($courseid) and has_capability('moodle/course:managefiles', get_context_instance(CONTEXT_COURSE, $courseid))) { - $httpsrequired = empty($HTTPSPAGEREQUIRED) ? '' : '&httpsrequired=1'; + $httpsrequired = empty($HTTPSPAGEREQUIRED) ? '' : '&t;httpsrequired=1'; // needed for course file area browsing in image insert plugin $str .= ($scriptcount < 1) ? ''."\n" : ''; -- 2.39.5