]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Solves issue 4222: incorrectly nested lists in Firefox
authorSteve Clay <steve@mrclay.org>
Mon, 19 Dec 2011 18:58:37 +0000 (13:58 -0500)
committercash <cash.costello@gmail.com>
Thu, 22 Dec 2011 23:19:11 +0000 (18:19 -0500)
mod/tinymce/views/default/js/tinymce.php

index 20236d657306d87e032720871a4168d3e8c8fc17..e6e2865a5e1a8598c929e7f52cbd751f8247b471 100644 (file)
@@ -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,