Closed fritzmg closed 8 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 "foobar" instead of Example form "foobar" in the navigation for example). This PR fixes that.
tl_form.title
decodeEntities
eval
Example form "foobar"
Example form "foobar"
Thank you @fritzmg
tl_form.title
does not havedecodeEntities
enabled in itseval
, thus you end up with double encoded form titles in the back end (Example form "foobar"
instead ofExample form "foobar"
in the navigation for example). This PR fixes that.