From a4e2f9e9bb8f317a08655019a1091db748817f86 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 22 Dec 2006 04:35:06 +0000 Subject: [PATCH] Add CDATA to Javascript --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5