Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
html rendered literally
I updated this flexy template from 4.0.4 to 4.0.7 but now there’s a problem, as you can see in the link.
The three links that are not being output properly are using three custom fields with exactly what you see in them.
In the form I have:
<txp:if_custom_field name="topleft">
<h2 class="topleft"><txp:custom_field name="topleft" /></h2>
</txp:if_custom_field>
etcetera
These happily did what they were supposed to in 4.0.4. I didn’t try 4.0.5 or 4.0.6
Offline
Re: html rendered literally
add escape="0"
to the custom fields if you don’t want them escaped.
Offline
Offline
Pages: 1