From d0bf51e2b390f447f8a044ab0dae0016cf4fb8e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20S=CC=8Ckoda?= Date: Sun, 17 Mar 2013 20:59:11 +0100 Subject: [PATCH] MDL-38329 use proper plugin name for the webkit lists workaround Credit goes to Mauno Korpelainen, thanks. --- lib/editor/tinymce/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/editor/tinymce/lib.php b/lib/editor/tinymce/lib.php index 277322ab727..72605164b38 100644 --- a/lib/editor/tinymce/lib.php +++ b/lib/editor/tinymce/lib.php @@ -153,7 +153,7 @@ class tinymce_texteditor extends texteditor { 'apply_source_formatting' => true, 'remove_script_host' => false, 'entity_encoding' => "raw", - 'plugins' => 'safari,table,style,layer,advhr,advlink,emotions,inlinepopups,' . + 'plugins' => 'lists,table,style,layer,advhr,advlink,emotions,inlinepopups,' . 'searchreplace,paste,directionality,fullscreen,nonbreaking,contextmenu,' . 'insertdatetime,save,iespell,preview,print,noneditable,visualchars,' . 'xhtmlxtras,template,pagebreak',