Removing the whitespace from the popup links

This commit is contained in:
moodler
2005-01-05 17:40:38 +00:00
parent 1da1f5a890
commit 9de39eaefb
+1 -1
View File
@@ -534,7 +534,7 @@ function link_to_popup_window ($url, $name='popup', $linkname='click here',
}
$link = '<a target="'. $name .'" title="'. $title .'" href="'. $CFG->wwwroot . $url .'" '.
"onclick=\"return openpopup('$url', '$name', '$options', $fullscreen);\">$linkname</a>\n";
"onclick=\"return openpopup('$url', '$name', '$options', $fullscreen);\">$linkname</a>";
if ($return) {
return $link;
} else {