mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
Fix typo
This commit is contained in:
parent
3e30f21ede
commit
2e87c12512
1 changed files with 1 additions and 1 deletions
|
|
@ -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{}",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue