mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Fix developer debug warning about space in popup window names.
This commit is contained in:
parent
f94902db28
commit
9289e44cd2
@ -60,7 +60,7 @@ class description_qtype extends default_questiontype {
|
||||
$stredit = get_string('edit');
|
||||
$linktext = '<img src="'.$CFG->pixpath.'/t/edit.gif" alt="'.$stredit.'" />';
|
||||
$editlink = link_to_popup_window('/question/question.php?id='.$question->id.$cmorcourseid,
|
||||
$stredit, $linktext, 450, 550, $stredit, '', true);
|
||||
'editquestion', $linktext, 450, 550, $stredit, '', true);
|
||||
}
|
||||
|
||||
$questiontext = $this->format_text($question->questiontext, $question->questiontextformat, $cmoptions);
|
||||
|
Loading…
x
Reference in New Issue
Block a user