I noticed a problem displaying strings which include double quotation marks. This is due to a typo in this line, in dmxAutocomplete.js:
return t = (t = (t = (t = t.replace(/&/g, "&")).replace(/"/g, "&qout;")).replace(/</g, "<")).replace(/>/g, ">")
&qout
should be "
Community Page
Last updated:
Last updated: