Browse Source

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

AlexiCauvin 5 years ago
parent
commit
46511e6714
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend/dist/tinymceInit.js

+ 1 - 0
frontend/dist/tinymceInit.js View File

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