www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 61864e903f8f6bbaf014a0d27fc178e777a51be7
parent f7c3a29a57558cdd3d38fcb80d03979c7a49a9da
Author: Simon Kornblith <simon@simonster.com>
Date:   Sun, 14 Apr 2013 19:55:19 -0400

Fix comment

Diffstat:
Mchrome/content/zotero/xpcom/utilities.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js @@ -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);