Fork me on GitHub

百度编辑器ueditor每次编辑后多一个空行的解决办法

  用ueditor进行编辑文章时,每次编辑后文章前面都会多出一个空行。

<script id="editor" type="text/plain" style="width:100%;height:315px">
${store.summary}
</script>

   解决办法,将变量和scrpit标签写在同一行。

<script id="editor" type="text/plain" style="width:100%;height:315px">${store.summary}</script>

  就是这么。。。

posted @ 2015-12-26 15:56  秋楓  阅读(1260)  评论(0编辑  收藏  举报