www

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

commit dd4dec57cc3bd82a330f76ddf45166c77a3f528d
parent 086ac222ce29243e2f1c07fc75216919748260d5
Author: Nicolae Turcan <nicturcan@gmail.com>
Date:   Wed, 13 Feb 2008 10:10:20 +0000

Correct title macro

Diffstat:
Mcsl/inter-ro.csl | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/csl/inter-ro.csl b/csl/inter-ro.csl @@ -85,10 +85,10 @@ <macro name="title"> <choose> <if type="book"> - <text variable="title" text-case="sentence" font-style="italic"/> + <text variable="title" font-style="italic"/> </if> <else> - <text variable="title" text-case="sentence" prefix="&#8222;" + <text variable="title" prefix="&#8222;" suffix="&#8221;"/> </else> </choose> @@ -96,10 +96,10 @@ <macro name="title-short"> <choose> <if type="book"> - <text variable="title" text-case="sentence" font-style="italic" form="short"/> + <text variable="title" font-style="italic" form="short"/> </if> <else> - <text variable="title" text-case="sentence" prefix="&#8222;" + <text variable="title" prefix="&#8222;" suffix="&#8221;" form="short"/> </else> </choose>