diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-12-07 08:28:18 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-07 08:28:18 -0800 |
commit | 67445e7685f6c6df74d3e9ad50136d76b63b0849 (patch) | |
tree | bad69ed9b7b49bb7896064811e691ccca9b5ffbd /tests | |
parent | 5f283e4d472bc1949fd9727decd6fcd89f34f3c7 (diff) | |
download | pandoc-67445e7685f6c6df74d3e9ad50136d76b63b0849.tar.gz |
Fixed bugs in ieee.csl (Andrea Rossato).
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ieee.csl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ieee.csl b/tests/ieee.csl index 2e0af1795..af57495c8 100644 --- a/tests/ieee.csl +++ b/tests/ieee.csl @@ -49,7 +49,7 @@ </choose> </macro> <macro name="publisher"> - <text variable="publisher-place" suffix=": " prefix=" "/> + <text variable="publisher-place" suffix=": "/> <text variable="publisher" suffix=", "/> <date variable="issued"> <date-part name="year"/> @@ -115,7 +115,7 @@ <group delimiter=", "> <text macro="title"/> <text variable="container-title" font-style="italic"/> - <text variable="volume" prefix=" vol. "/> + <text variable="volume" prefix="vol. "/> <date variable="issued"> <date-part name="month" form="short" suffix=". " strip-periods="true"/> <date-part name="year"/> |