Het filter |echapper_tags
past een escape toe op alle HTML-tags (<...>
) van de inhoud waarop het wordt toegepast, maar laat de inhoud van die tags ongemoeid.
Bijvoorbeeld: als een #DESCRIPTIF deze inhoud heeft: <p><strong>William Shakespeare</strong> werd geboren in Stratford-on-Avon, <span class='spip_document_164 spip_documents spip_documents_center' ><img src='IMG/png/huis-2.png' width="68" height="43" alt="" /></span> in het...</p>
zal het filter hetvolgende retourneren:
<p><strong>William Shakespeare</strong> werd geboren in à Stratford-on-Avon, <span class='spip_document_164 spip_documents spip_documents_center' ><img src='IMG/png/huis-2.png' width="68" height="43" alt="" /></span> in het dorp...</p>