From: moodler Date: Fri, 22 Dec 2006 04:35:06 +0000 (+0000) Subject: Add CDATA to Javascript X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a4e2f9e9bb8f317a08655019a1091db748817f86;p=moodle.git Add CDATA to Javascript --- diff --git a/lib/weblib.php b/lib/weblib.php index 58e772b997..8e5e26a69a 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -4801,7 +4801,7 @@ function redirect($url, $message='', $delay=-1) { @header('Location: '.$url); //another way for older browsers and already sent headers (eg trailing whitespace in config.php) echo ''; - echo ''; // To cope with Mozilla bug + echo ''; // To cope with Mozilla bug die; }