Escape invalid XML chars during serialization.

This commit is contained in:
Paulo Gustavo Veiga
2013-03-17 11:22:53 -03:00
parent 3578d6e624
commit 48e211cc2d
97 changed files with 62 additions and 550 deletions

View File

@@ -149,8 +149,6 @@ mindplot.MultilineTextEditor = new Class({
if (this._topic.getText() != this._getText()) {
var text = this._getText();
// Do not send windows return chars ...
text = text.replace("\r","");
var topicId = this._topic.getId();
var actionDispatcher = mindplot.ActionDispatcher.getInstance();