www

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

commit 7f83086e1cff5c84f40bde9a7d0859bd7a11ad2a
parent 5d2db73cc9445bb317b280af7275c83a9d9c9d58
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 27 Sep 2010 17:34:39 +0000

remove extraneous backslash (although it should not be causing any issues)


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

diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js @@ -1875,7 +1875,7 @@ Zotero.Integration.DocumentData = function(string) { * Serializes document-specific data as XML */ Zotero.Integration.DocumentData.prototype.serializeXML = function() { - var xmlData = <data data-version={DATA_VERSION} zotero-version={Zotero.version}>\ + var xmlData = <data data-version={DATA_VERSION} zotero-version={Zotero.version}> <session id={this.sessionID} /> <style id={this.style.styleID} hasBibliography={this.style.hasBibliography ? 1 : 0} bibliographyStyleHasBeenSet={this.style.bibliographyStyleHasBeenSet ? 1 : 0}/>