Hello,
We are currently upgrading from 7.1.2 to 7.12.5. We have a simple user macro that applies some special text formatting to the entered text.
With Confluence 7.1.2, special characters needed to be given by the corresponding entity reference, e.g. a text like '<Data Category>' was entered as '<Data category>' to be rendered properly as '<Data Category>', otherwise this was interpreted as a (useless) html tag and nothing was output.
Now with 7.12.5 the same text is displayed as is, e.g. '<Data category>'.
When looking at the source code of the Confluence page, the & was escaped to '&' e.g.
'&lt;Data category&gt;'
This concerns many instances of this macro in several spaces. Is there anything we can do to resolve this?