mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
MDL-9565 - Question preview links don't work in developer debug mode, and not XHTML strict. Merged from OU Moodle.
This commit is contained in:
parent
9cb2c25061
commit
443768b8aa
6 changed files with 28 additions and 26 deletions
|
@ -76,7 +76,7 @@ define("QUESTION_NUMANS_ADD", 3);
|
|||
/**
|
||||
* The options used when popping up a question preview window in Javascript.
|
||||
*/
|
||||
define('QUESTION_PREVIEW_POPUP_OPTIONS', "'scrollbars=yes,resizable=yes,width=700,height=540'");
|
||||
define('QUESTION_PREVIEW_POPUP_OPTIONS', 'scrollbars=yes,resizable=yes,width=700,height=540');
|
||||
|
||||
/**#@+
|
||||
* Option flags for ->optionflags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue