Sending some clipped equations causes malformed xml
Status: Alpha
Brought to you by:
thelaz
Re sending clipped equations with certain characters causes malformed XML which basically breaks the whole thing.
This happens because for the ajax calls we call encodeURIComponent() on the text which changes some characters to their html entities. the easiest way to deal wit this would probably be to change from GET to POST.