From 5a1a7112cdc824b0c52532ee37ec743098830ab4 Mon Sep 17 00:00:00 2001 From: Colin Chambers Date: Mon, 19 Sep 2011 10:40:46 +0100 Subject: [PATCH] MDL-29394 form editor - Use hidden field when only 1 format option is available #947 --- lib/form/editor.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/form/editor.php b/lib/form/editor.php index eeec855fc5c..2cb5e06bca3 100644 --- a/lib/form/editor.php +++ b/lib/form/editor.php @@ -237,12 +237,12 @@ class MoodleQuickForm_editor extends HTML_QuickForm_element { $str .= ''; $str .= '
'; - $str .= ''; $str .= '
'; // during moodle installation, user area doesn't exist -- 2.43.0