From d824d44666365be27b10049b76f3e08db20061d0 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 13 May 2008 05:36:25 +0000 Subject: [PATCH] MDL-14811 Merged from 1.9: Fixed the popup window name for HTML editor help --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /** -- 2.39.5