Fix syntax error
This commit is contained in:
parent
056547f0c0
commit
4d27b803dc
1 changed files with 1 additions and 1 deletions
|
@ -3003,7 +3003,7 @@ Zotero.Integration.DocumentData.prototype.serializeXML = function() {
|
|||
'<session id="'+Zotero.Utilities.htmlSpecialChars(this.sessionID)+'"/>'+
|
||||
'<style id="'+Zotero.Utilities.htmlSpecialChars(this.style.styleID)+'" '+
|
||||
'hasBibliography="'+(this.style.hasBibliography ? "1" : "0")+'" '+
|
||||
'bibliographyStyleHasBeenSet="'+(this.style.bibliographyStyleHasBeenSet ? "1" : "0)+'"/>'+
|
||||
'bibliographyStyleHasBeenSet="'+(this.style.bibliographyStyleHasBeenSet ? "1" : "0")+'"/>'+
|
||||
(prefs ? '<prefs>'+prefs+'</prefs>' : '<prefs/>')+'</data>';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue