From: moodler Date: Sun, 10 Nov 2002 08:08:23 +0000 (+0000) Subject: Fix to break out of frames X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3e50a13968fac2a805f937ba4874d506bb10ea44;p=moodle.git Fix to break out of frames --- diff --git a/lib/weblib.php b/lib/weblib.php index 8b3d22e315..28604d2920 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";