symphonists / uniondatasource

A union datasources allows you to combine multiple datasources to output a single datasource for the primary purpose of a unified pagination.
13 stars 11 forks source link

section handle htmlentities #22

Closed pixelninja closed 11 years ago

pixelninja commented 12 years ago

Yo, I had to add htmlentities() to the section handle processor as it was spitting the dreaded Symphony entity error otherwise (My section has an ampersand in it).

Not sure if this is the desired way to do it, but it works.

brendo commented 12 years ago

General::sanitize should also do the job, but it'll make sure it doesn't double encode, can you verify?