Tags stripped when using angle brackets in Content
-
I was planning to use this plugin to insert a prefetch http-equiv meta tag as recommended by Mozilla in this Link Prefetch article.
This is what I tried to achieve:
<meta http-equiv="Link" content="</images/big.jpeg>; rel=prefetch">
This is the result:
<meta http-equiv="Link" content="; rel=prefetch" />
Can you please adjust the code, so the brackets are not stripped from the content?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Tags stripped when using angle brackets in Content’ is closed to new replies.