diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js
index fba259f00..f42cabb6a 100644
--- a/chrome/content/zotero/xpcom/integration.js
+++ b/chrome/content/zotero/xpcom/integration.js
@@ -3085,8 +3085,8 @@ Zotero.Integration.DocumentData = function(string) {
Zotero.Integration.DocumentData.prototype.serializeXML = function() {
var prefs = "";
for(var pref in this.prefs) {
- prefs += '';
+ prefs += ``;
}
return '