Display / encoding bug with ampersands

I have an ampersand in the title of an event, and it gets rendered as html entity.

Yeah, sounds like double encoding. The event view is scrubbed of HTML and probably doesn’t need the additional escaping that the templating engine provides.

Resolved in 97ffac4

1 Like

Got the same bug in metaOG description.

1 Like