Skip to content

Commit

Permalink
MDL-14811 Merged from 1.9: Fixed the popup window name for HTML edito…
Browse files Browse the repository at this point in the history
…r help
  • Loading branch information
moodler committed May 13, 2008
1 parent f85c75b commit d824d44
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 @@ -5772,7 +5772,7 @@ function editorhelpbutton(){

$paramstring = join('&', $urlparams);
$linkobject = '<img alt="'.$alttag.'" class="iconhelp" src="'.$CFG->pixpath .'/help.gif" />';
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);
}

/**
Expand Down

0 comments on commit d824d44

Please sign in to comment.