diff --git a/chrome/content/zotero/elements/styleConfigurator.js b/chrome/content/zotero/elements/styleConfigurator.js
index 41c88991e9..5a45affd02 100644
--- a/chrome/content/zotero/elements/styleConfigurator.js
+++ b/chrome/content/zotero/elements/styleConfigurator.js
@@ -64,7 +64,7 @@
.replace(/^American Sociological Association/, "American Sociological Association (ASA)");
styleListEl.appendChild(MozXULElement.parseXULToFragment(`
- ${label}
+ ${Zotero.Utilities.htmlSpecialChars(label)}
`));
});
this.value = this.getAttribute('value');