From: moodler Date: Thu, 9 Aug 2007 08:42:36 +0000 (+0000) Subject: Added support for right-to-left languages in html editor MDL-10768 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2730730381774bf8aaf428fa93eedc2c892551ee;p=moodle.git Added support for right-to-left languages in html editor MDL-10768 --- diff --git a/lib/editor/htmlarea/htmlarea.php b/lib/editor/htmlarea/htmlarea.php index 93c39e0b0d..f16df1596c 100644 --- a/lib/editor/htmlarea/htmlarea.php +++ b/lib/editor/htmlarea/htmlarea.php @@ -734,7 +734,7 @@ HTMLArea.prototype.generate = function () { html += '\n'; if (editor.config.baseURL) html += ''; - html += '\n"; + html += '\n"; // RTL support: direction added for RTL support html += "\n"; html += '\n'; html += editor._textArea.value;