I'm having an issue where the html comes across the wire like this
<div class="review">
when it should be (and 99% of the time is):
<div class="review">
The htmlEncodeOutput setting is set to true, and 99% of the time it works fine. But, something is happening here to put the escaping into a loop. I am unable to reproduce it, but see it happen to users of the site. Has anybody seen this before?
Using 3.6.2
&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;div class="review"&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;
when it should be (and 99% of the time is):
<div class="review">
The htmlEncodeOutput setting is set to true, and 99% of the time it works fine. But, something is happening here to put the escaping into a loop. I am unable to reproduce it, but see it happen to users of the site. Has anybody seen this before?
Using 3.6.2
Re: HTML escape gets caught in a loop
Did you ever find a solution or cause?