Fabien,
Thank you for you help on this. I had been hitting my head against a wall
for a few hours trying to figure out what in the world was going on.
On 4/3/07, Fabien POTENCIER <[EMAIL PROTECTED]> wrote:
>
>
> You have output escaping turned on, so every variable passed to the
> template is esc
You have output escaping turned on, so every variable passed to the
template is escaped.
In symfony escaping is done by decorating every variable in an object.
In your case this object is an instance of sfOutputEscaperArrayDecorator
which acts as an array.
An instance of this class acts as an