From: Steve Clay Date: Mon, 19 Dec 2011 18:58:37 +0000 (-0500) Subject: Solves issue 4222: incorrectly nested lists in Firefox X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ada8737fa50d1aeaa33db8a1c1d740a6da449829;p=lorea%2Felgg.git Solves issue 4222: incorrectly nested lists in Firefox --- diff --git a/mod/tinymce/views/default/js/tinymce.php b/mod/tinymce/views/default/js/tinymce.php index 20236d657..e6e2865a5 100644 --- a/mod/tinymce/views/default/js/tinymce.php +++ b/mod/tinymce/views/default/js/tinymce.php @@ -38,7 +38,7 @@ elgg.tinymce.init = function() { mode : "specific_textareas", editor_selector : "elgg-input-longtext", theme : "advanced", - plugins : "spellchecker,autosave,fullscreen,paste", + plugins : "lists,spellchecker,autosave,fullscreen,paste", relative_urls : false, remove_script_host : false, document_base_url : elgg.config.wwwroot,