【发布时间】:2016-10-25 13:05:30
【问题描述】:
我正在使用 WordPress Event plus 插件,这个插件有一个编辑器,其中
放活动细节。当我使用表格时,我会在浏览器上看到事件详细信息
自动生成这么多</br>之前的表格内容。
但是当我在 WordPress 编辑器中使用表格时,生成的 No </br> 数据正确显示。
如何避免此类问题?
【问题讨论】:
标签: php wordpress events plugins
我正在使用 WordPress Event plus 插件,这个插件有一个编辑器,其中
放活动细节。当我使用表格时,我会在浏览器上看到事件详细信息
自动生成这么多</br>之前的表格内容。
但是当我在 WordPress 编辑器中使用表格时,生成的 No </br> 数据正确显示。
如何避免此类问题?
【问题讨论】:
标签: php wordpress events plugins
可能你的代码是这样的
<div>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,</div>
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with
<span>desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</span>
如果是,请删除所有这样的输入
<div>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,</div>remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with<span>desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</span>
【讨论】: