summaryrefslogtreecommitdiff
path: root/modules_v3/ckeditor/module.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules_v3/ckeditor/module.php')
-rw-r--r--modules_v3/ckeditor/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/ckeditor/module.php b/modules_v3/ckeditor/module.php
index 11570f37c1..9b3ee497fd 100644
--- a/modules_v3/ckeditor/module.php
+++ b/modules_v3/ckeditor/module.php
@@ -56,7 +56,7 @@ class ckeditor_WT_Module extends WT_Module {
)
// Activate the editor
->addInlineJavascript('jQuery(".html-edit").ckeditor(function(){}, {
- language: "' . str_replace('_','-',strtolower(WT_LOCALE)) . '"
+ language: "' . str_replace('_', '-', strtolower(WT_LOCALE)) . '"
});');
}
}