www

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

commit 7661f71d6c40705eef5a04dddf977f62a5399cc4
parent 21a3bf8aa5932fd6f80c1b2591903e0ae34d4860
Author: Adomas VenĨkauskas <adomas.ven@gmail.com>
Date:   Fri, 21 Apr 2017 11:11:41 +0300

Fix broken integration test in a8d0110e

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 @@ -3089,7 +3089,7 @@ Zotero.Integration.DocumentData.prototype.serializeXML = function() { `value="${Zotero.Utilities.htmlSpecialChars(this.prefs[pref].toString())}"/>`; } - return '<data data-version="'+Zotero.Utilities.htmlSpecialChars(DATA_VERSION)+'" '+ + return '<data data-version="'+Zotero.Utilities.htmlSpecialChars(`${DATA_VERSION}`)+'" '+ 'zotero-version="'+Zotero.Utilities.htmlSpecialChars(Zotero.version)+'">'+ '<session id="'+Zotero.Utilities.htmlSpecialChars(this.sessionID)+'"/>'+ '<style id="'+Zotero.Utilities.htmlSpecialChars(this.style.styleID)+'" '+