Hello. I upgraded some website from 1.0.4 to 1.0.10 and most things seem to work great. But HTML entities codes (the names) are not processed anymore.
Example:
I used the registered symbol html entities code (that R in a circle symbol) in the 'menu' name field in the CMS manager like this "contact ®"
In The HTML source it shows up like this:
<a href="/contact/" title="Contact">CONTACT ® ;</a><!-- without the space-->
I was forced to use the space after the '®' because the forum draws the register symbol as it should and thereby screws my example

. In my source there is no space after the '®'
Other versions op modx on the same server nicely process the html entities. (1.0.6, 1.0.8, 1.0.4)
Thnx in advance. If more info is needed just ask.