www

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

commit f3bda1643dd8dcf7af3a0fb22a2bb981ae6b5087
parent d974c78cef27f8ab87a712e6e567755af9a93fdf
Author: aurimasv <aurimas.dev@gmail.com>
Date:   Sun, 17 Mar 2013 02:40:34 -0500

Normalize DOM nodes after parsing

Diffstat:
Mchrome/content/zotero/xpcom/translation/translate.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js @@ -2258,6 +2258,8 @@ Zotero.Translate.IO = { throw "DOMParser error: loading data into data store failed"; } + nodes.normalize(); + return nodes; },