瀏覽代碼

https://github.com/tracim/tracim/issues/719, remove the p tag on comments send by tinyMCE

AlexiCauvin 6 年之前
父節點
當前提交
46511e6714
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frontend/dist/tinymceInit.js

+ 1 - 0
frontend/dist/tinymceInit.js 查看文件

@@ -32,6 +32,7 @@
32 32
     });
33 33
 
34 34
     tinymce.init({
35
+      forced_root_block : "",
35 36
       selector: selector,
36 37
       menubar: false,
37 38
       resize: false,