Преглед на файлове

Properly fix #589 this time

Signed-off-by: Michael Eshom <oldiesmann@oldiesmann.us>
Michael Eshom преди 11 години
родител
ревизия
eb6a2ef695
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Sources/Subs-Editor.php

+ 1 - 1
Sources/Subs-Editor.php

@@ -1471,7 +1471,7 @@ function create_control_richedit($editorOptions)
 			$context['drafts_autosave_frequency'] = empty($modSettings['drafts_autosave_frequency']) ? 60000 : $modSettings['drafts_autosave_frequency'] * 1000;
 
 		// This really has some WYSIWYG stuff.
-		loadCSSFile('jquery.sceditor', array('force_current' => false));
+		loadCSSFile('jquery.sceditor.css', array('force_current' => false, 'validate' => true));
 		loadTemplate('GenericControls');
 
 		// JS makes the editor go round