terminal42 / contao-leads

Leads extension for Contao Open Source CMS; Store and manage form data with ease!
GNU Lesser General Public License v3.0
35 stars 24 forks source link

Fix double encoding #152

Closed fritzmg closed 8 months ago

fritzmg commented 9 months ago

tl_form.title does not have decodeEntities enabled in its eval, thus you end up with double encoded form titles in the back end (Example form &quotfoobar&quot instead of Example form "foobar" in the navigation for example). This PR fixes that.

aschempp commented 8 months ago

Thank you @fritzmg