From: moodler Date: Sun, 2 Nov 2003 07:01:48 +0000 (+0000) Subject: Explicitly setting mimetype and other things to X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d8e6933f722516453e0ad37905d53b2e1f3a1edc;p=moodle.git Explicitly setting mimetype and other things to - hopefully fix Norton problems - hopefully improve caching --- diff --git a/lib/editor/htmlarea.php b/lib/editor/htmlarea.php index 4c9fa0616a..7e311c2edc 100644 --- a/lib/editor/htmlarea.php +++ b/lib/editor/htmlarea.php @@ -1,3 +1,22 @@ + + // // htmlArea v3.0 - Copyright (c) 2002 interactivetools.com, inc. // This copyright notice MUST stay intact for use (see license.txt). @@ -12,16 +31,6 @@ // Creates a new HTMLArea object. Tries to replace the textarea with the given // ID with it. - function HTMLArea(textarea, config) { if (HTMLArea.checkSupportedBrowser()) { if (typeof config == "undefined") {