我正在使用出色的 Mothership 在 Drupal 站点上尝试清理 Drupal 通常输出的混乱代码。如果有人有兴趣尝试清理他们的标记,这是一个很棒的主题。
现在我有一个子标题,我想在 h2 标签中输出,目前看起来像这样:
<h2>
<div class="field field-name-field-sub-heading field-type-text-long field-label-hidden">
We have, as a company, over 28 years of electrical installation experience. We have carried out electrical and associated systems installation in a vast variety of buildings and locations throughout the British Isles ranging in size up to £1,000,000.
</div>
</h2>
我认为将显示设置为纯文本会给我一个很好的清洁<h2>Content</h2>
,但它是一样的。
有没有一种很好的 Drupal 方法来清理它?添加strip_tags()
可以解决问题,但有更好的方法吗?