ソースを参照

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

AlexiCauvin 5 年 前
コミット
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,