如题,7.5一键排版后,看源码发现<P>标签里默认空2格,求教大神如何取消<P>标签里默认空的2格,感激不尽!
问题如图:

上传以下图片:

 

解决办法:

e/admin/ecmseditor/infoeditor/plugins/autoformat/plugin.js

找到这个文件,然后打开找到:html += "<p>  "

去掉<p>后面那两个空格 html += "<p>"