Skip to content

Commit

Permalink
Removing the whitespace from the popup links
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jan 5, 2005
1 parent 1da1f5a commit 9de39ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/weblib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9de39ea

Please sign in to comment.