Fix broken integration test in a8d0110e
This commit is contained in:
parent
21a3bf8aa5
commit
7661f71d6c
1 changed files with 1 additions and 1 deletions
|
@ -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)+'" '+
|
||||
|
|
Loading…
Add table
Reference in a new issue