From 2730730381774bf8aaf428fa93eedc2c892551ee Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 9 Aug 2007 08:42:36 +0000 Subject: [PATCH] Added support for right-to-left languages in html editor MDL-10768 --- lib/editor/htmlarea/htmlarea.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5