Fix comment
This commit is contained in:
parent
f7c3a29a57
commit
61864e903f
|
@ -406,7 +406,7 @@ Zotero.Utilities = {
|
||||||
|
|
||||||
if(Zotero.isFx && !Zotero.isBookmarklet) {
|
if(Zotero.isFx && !Zotero.isBookmarklet) {
|
||||||
// Create a node and use the textContent property to do unescaping where
|
// 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) {
|
if(node === undefined) {
|
||||||
var parser = Components.classes["@mozilla.org/xmlextras/domparser;1"]
|
var parser = Components.classes["@mozilla.org/xmlextras/domparser;1"]
|
||||||
.createInstance(Components.interfaces.nsIDOMParser);
|
.createInstance(Components.interfaces.nsIDOMParser);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user