diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js index c0455c147..1d88b6495 100644 --- a/chrome/content/zotero/xpcom/utilities.js +++ b/chrome/content/zotero/xpcom/utilities.js @@ -162,13 +162,13 @@ Zotero.Utilities.prototype.htmlSpecialChars = function(str) { return newString; } -/* + Zotero.Utilities.prototype.unescapeHTML = function(str) { var nsISUHTML = Components.classes["@mozilla.org/feed-unescapehtml;1"] .getService(Components.interfaces.nsIScriptableUnescapeHTML); return nsISUHTML.unescape(str); } -*/ + /* * Parses a text string for HTML/XUL markup and returns an array of parts