I’ve discovered a bit of a problem with Textile if you are using nested embeds on a site. In the scenario I have come across we have a page template with an embed which we pass weblog entry ‘title’ and ‘body’ values to.
<!-- Full Entry -->
{exp:weblog:entries weblog="blog" limit="1" dynamic="off" track_views="one"}
{embed="site/.inc_entry_detail" title="{title}" body="{body}"}
{/exp:weblog:entries}
The body fields is set to use the Textile plug-in and so when it’s spat out by EE processed by Textile. This all works fine unless you have a 3 letter acronym in your body copy. So for example if you have some text like:
“Isn’t the new BBC website wonderful.”
when the page is rendered you will end up with:
“Isn’t the new”
Any ideas! I’m loathed to bloat my templates by pulling everything back out of includes and placing it all inline…
:!
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.