I’m having a strange problem with the output of a matrix text field going from 1.7.0 to 2.1.3
Here’s my template code snippet:
{blog_roll}
<li><a href="http://{site_url}">{site_name}</a></li>
{/blog_roll}in 1.7.0 it outputs:
<li><a href="http://blog.sfmoma.org/">SFMOMA Open Space</a></li>In 2.1.3 the same template referencing the same data outputs:
<li><a href="http://a">http://blog.sfmoma.org/</a>">SFMOMA Open Space</a></li>Why is matrix wrapping my URL text with HTML in 2.1.3? Is there a setting somewhere I’m missing?
Any help much appreciated!