commit a903355d0127db3085fb1b8c56d2965ac2771bb0 parent d598a6896195139859252e88545d717a3c8a3ec2 Author: Nicolae Turcan <nicturcan@gmail.com> Date: Sun, 27 Jan 2008 20:47:03 +0000 Show correct romanian quotes Diffstat:
| M | csl/inter-ro.csl | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/csl/inter-ro.csl b/csl/inter-ro.csl @@ -88,8 +88,8 @@ <text variable="title" text-case="sentence" font-style="italic"/> </if> <else> - <text variable="title" text-case="sentence" prefix="„" - suffix="”"/> + <text variable="title" text-case="sentence" prefix="„" + suffix="”"/> </else> </choose> </macro> @@ -99,8 +99,8 @@ <text variable="title" text-case="sentence" font-style="italic" form="short"/> </if> <else> - <text variable="title" text-case="sentence" prefix="„" - suffix="”" form="short"/> + <text variable="title" text-case="sentence" prefix="„" + suffix="”" form="short"/> </else> </choose> </macro>