From 9de39eaefb005bc43a41d4668b5db5bc6e075449 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 5 Jan 2005 17:40:38 +0000 Subject: [PATCH] Removing the whitespace from the popup links --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5