Hello,
I seem to be having a weird issue and after looking through the forums, I can’t find anything similar…
I’m trying to pass values to an embed but for some reason links in my field content seem to break. I have the latest build/version of ee2 installed.
I have stripped all html from the templates and I’m only testing the tags.
Here are the templates:
Main template:
{exp:channel:entries channel="advertorial" limit="1"}
{embed="news/inner" title="{title}" test_field="{test_field}" advertorial_article="{advertorial_article}"}
{/exp:channel:entries}test_field is a normal textarea field with xhtml formatting on.
advertorial_article is a Wygwam field.
Embeded Template:
<h1>{embed:title}</h1>
<h2>Wygwam field</h2>
<p>{embed:advertorial_article}</p><h2>Default field</h2>
<p>{embed:test_field}If test_field or advertorial_article contain only paragraph or headings or any simple html tags, all is fine. If I add a link to the content (simple a tag) here what the result source looks like: http://oli.gd/5fYA
Anyone experienced this before?