Steve Goldberg
, sanitizeString: function (text) { return text ? text.replace(/<br>/g, '\n').replace(/</g, '<').replace(/\>/g, '>') : ''; }