From 2e87c12512283f2306ccea3124eb8aa8dbfb8583 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 20 Apr 2011 07:54:15 +0000 Subject: [PATCH] Fix typo --- chrome/content/zotero/xpcom/citeproc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js index 86e48fd0c..2d5467318 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{}",