diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js index 86e48fd0ca..2d54673189 100644 --- a/chrome/content/zotero/xpcom/citeproc.js +++ b/chrome/content/zotero/xpcom/citeproc.js @@ -8576,7 +8576,7 @@ CSL.Output.Formats.prototype.rtf = { "@passthrough/true": CSL.Output.Formatters.passthrough, "@strip-periods/true": CSL.Output.Formatters.strip_periods, "@font-style/italic":"\\i %%STRING%%\\i0{}", - "@font-style/normal":"\\i0{}%STRING%%\\i{}", + "@font-style/normal":"\\i0{}%%STRING%%\\i{}", "@font-style/oblique":"\\i %%STRING%%\\i0{}", "@font-variant/small-caps":"\\scaps %%STRING%%\\scaps0{}", "@font-variant/normal":"\\scaps0{}%%STRING%%\\scaps{}",