From d8e6933f722516453e0ad37905d53b2e1f3a1edc Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 2 Nov 2003 07:01:48 +0000 Subject: [PATCH] Explicitly setting mimetype and other things to - hopefully fix Norton problems - hopefully improve caching --- lib/editor/htmlarea.php | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) 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") { -- 2.39.5