From: moodler Date: Wed, 5 Jan 2005 17:40:38 +0000 (+0000) Subject: Removing the whitespace from the popup links X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9de39eaefb005bc43a41d4668b5db5bc6e075449;p=moodle.git Removing the whitespace from the popup links --- diff --git a/lib/weblib.php b/lib/weblib.php index 4bd81931a5..951255f2fd 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -534,7 +534,7 @@ function link_to_popup_window ($url, $name='popup', $linkname='click here', } $link = '$linkname\n"; + "onclick=\"return openpopup('$url', '$name', '$options', $fullscreen);\">$linkname"; if ($return) { return $link; } else {