Hide Forgot
Fixed in 1.4-SNAPSHOT build 201312111516 This was caused by two things: 1. The escapeAllCustomEntites() method was attempting to replace all entities because it was using "&" to check against a list that only had entity names. 2. The replace that was being performed was being done multiple times, so since there were 7 "&" entities in the topic the output for each "&" was it being escaped 7 times. eg: "&" Note: This version is currently live on the development/test server (see topic 49539).
Confirmed