Fix comment

This commit is contained in:
Simon Kornblith 2013-04-14 19:55:19 -04:00
parent f7c3a29a57
commit 61864e903f

View file

@ -406,7 +406,7 @@ Zotero.Utilities = {
if(Zotero.isFx && !Zotero.isBookmarklet) {
// Create a node and use the textContent property to do unescaping where
// possible, because this approach preserves <br/>
// possible, because this approach preserves line endings in the HTML
if(node === undefined) {
var parser = Components.classes["@mozilla.org/xmlextras/domparser;1"]
.createInstance(Components.interfaces.nsIDOMParser);