aboutsummaryrefslogtreecommitdiff
path: root/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings.php')
-rw-r--r--settings.php2
1 files changed, 1 insertions, 1 deletions
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')
)));