talk-message-forms
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -30,5 +30,10 @@ (function() { | ||
exports.parseRTF = function(html) { | ||
return rtfxss.process(html); | ||
var div; | ||
div = document.createElement('div'); | ||
div.innerHTML = rtfxss.process(html); | ||
html = div.innerHTML; | ||
div = null; | ||
return html; | ||
}; | ||
}).call(this); |
{ | ||
"name": "talk-message-forms", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "The Message Structure and Layout of jianliao.com", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52579
623