Fix broken integration test in a8d0110e

This commit is contained in:
Adomas Venčkauskas 2017-04-21 11:11:41 +03:00
parent 21a3bf8aa5
commit 7661f71d6c

View file

@ -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)+'" '+