DescriptionSome people put ^L in their source code files as a means of separating functions or whatever. ^L is not a valid XML character, so when we try to send it back in response to the AJAX request to show hidden lines in a side-by-side diff we get an ExpatError. There is no common function to remove illegal XML characters, so I created one and called it in the appropriate place.
Patch Set 1 #Patch Set 2 : add a comment explaining what's going on and correct number of newlines #MessagesTotal messages: 3
|