From e19dc11e51e942e0eb65a3e18a011b5f339352be Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Wed, 11 Apr 2012 09:22:14 +1200 Subject: [PATCH] MDL-30843 editor: Fixed up out of place if --- lib/form/editor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/form/editor.php b/lib/form/editor.php index 991da8e738f..28e0eb4fce1 100644 --- a/lib/form/editor.php +++ b/lib/form/editor.php @@ -354,7 +354,7 @@ class MoodleQuickForm_editor extends HTML_QuickForm_element { $editorrules = ' onblur="'.htmlspecialchars($this->getAttribute('onblur')).'" onchange="'.htmlspecialchars($this->getAttribute('onchange')).'"'; } $str .= '
'; $str .= '
'; @@ -408,4 +408,4 @@ class MoodleQuickForm_editor extends HTML_QuickForm_element { return ''; } -} \ No newline at end of file +}