From: moodler Date: Tue, 13 May 2008 05:36:25 +0000 (+0000) Subject: MDL-14811 Merged from 1.9: Fixed the popup window name for HTML editor help X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d824d44666365be27b10049b76f3e08db20061d0;p=moodle.git MDL-14811 Merged from 1.9: Fixed the popup window name for HTML editor help --- diff --git a/lib/weblib.php b/lib/weblib.php index 1b5dcb4b70..47a58d12de 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -5772,7 +5772,7 @@ function editorhelpbutton(){ $paramstring = join('&', $urlparams); $linkobject = ''.$alttag.''; - return link_to_popup_window(s('/lib/form/editorhelp.php?'.$paramstring), $alttag, $linkobject, 400, 500, $alttag, 'none', true); + return link_to_popup_window(s('/lib/form/editorhelp.php?'.$paramstring), 'popup', $linkobject, 400, 500, $alttag, 'none', true); } /**