From 3e50a13968fac2a805f937ba4874d506bb10ea44 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 10 Nov 2002 08:08:23 +0000 Subject: [PATCH] Fix to break out of frames --- lib/weblib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/weblib.php b/lib/weblib.php index 8b3d22e3157..28604d29201 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -287,8 +287,8 @@ function popup_form ($common, $options, $formname, $selected="", $nothing="choos $nothing = get_string("choose")."..."; } - $output = "
"; - $output .= "\n"; if ($nothing != "") { $output .= " \n";