From 2e02bf2dbf73d6f30ce5c8c611f300486c056227 Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Sun, 4 Feb 2018 11:28:12 +0100 Subject: Wrong default for display setting --- settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.php b/settings.php index 485a723..6de215a 100644 --- a/settings.php +++ b/settings.php @@ -59,7 +59,7 @@ if ($ADMIN->fulltree) { // Method to diplay TeX formatted answer formula. $settings->add(new admin_setting_configselect('qtype_algebra/formuladisplay', new lang_string('formuladisplay', 'qtype_algebra'), - '', 'times', + '', 'iframe', array('iframe' => new lang_string('iframe', 'qtype_algebra'), 'dynamic' => new lang_string('dynamic', 'qtype_algebra') ))); -- cgit v1.2.3