www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 2e87c12512283f2306ccea3124eb8aa8dbfb8583
parent 3e30f21ede623d1a100d5fe67139cad84807dadc
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 20 Apr 2011 07:54:15 +0000

Fix typo


Diffstat:
Mchrome/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 @@ -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{}",