Skip to content

Commit b5d00ab

Browse files
authored
Hotfix: pravnik.csl & iso690-full-note-cs.csl (JabRef#4833)
1 parent fb8d48a commit b5d00ab

File tree

2 files changed

+20
-28
lines changed

2 files changed

+20
-28
lines changed

iso690-full-note-cs.csl

+10-14
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<category citation-format="note"/>
1515
<category field="law"/>
1616
<summary>Czech ISO-690, full note.</summary>
17-
<updated>2020-05-25T10:00:00+00:00</updated>
17+
<updated>2020-05-30T10:00:00+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<locale xml:lang="cs">
@@ -235,21 +235,17 @@
235235
<if type="article-journal article-magazine article-newspaper" match="any">
236236
<group delimiter=", ">
237237
<date variable="issued">
238-
<date-part name="year" range-delimiter="&#8211;"/>
238+
<date-part name="year" range-delimiter="&#160;&#8211;&#160;"/>
239239
</date>
240-
<choose>
241-
<if variable="volume">
242-
<text term="volume" form="short" suffix="&#160;"/>
243-
<text variable="volume"/>
244-
</if>
245-
</choose>
246-
</group>
247-
<choose>
248-
<if variable="issue">
249-
<text prefix=", " term="issue" form="short" suffix="&#160;"/>
240+
<group delimiter="&#160;">
241+
<text term="volume" form="short"/>
242+
<text variable="volume"/>
243+
</group>
244+
<group delimiter="&#160;">
245+
<text term="issue" form="short"/>
250246
<text variable="issue"/>
251-
</if>
252-
</choose>
247+
</group>
248+
</group>
253249
</if>
254250
<else-if type="webpage" match="any">
255251
<date variable="issued">

pravnik.csl

+10-14
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<category field="law"/>
1616
<issn>0231-6625</issn>
1717
<summary>Suitable for Právník - a journal published by the Institute of State and Law of the Czech Academy of Sciences.</summary>
18-
<updated>2020-05-25T10:00:00+00:00</updated>
18+
<updated>2020-05-30T10:00:00+00:00</updated>
1919
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2020
</info>
2121
<locale xml:lang="cs">
@@ -220,21 +220,17 @@
220220
<if type="article-journal article-magazine article-newspaper" match="any">
221221
<group delimiter=", ">
222222
<date variable="issued">
223-
<date-part name="year" range-delimiter="&#8211;"/>
223+
<date-part name="year" range-delimiter="&#160;&#8211;&#160;"/>
224224
</date>
225-
<choose>
226-
<if variable="volume">
227-
<text term="volume" form="short" suffix="&#160;"/>
228-
<text variable="volume"/>
229-
</if>
230-
</choose>
231-
</group>
232-
<choose>
233-
<if variable="issue">
234-
<text prefix=", " term="issue" form="short" suffix="&#160;"/>
225+
<group delimiter="&#160;">
226+
<text term="volume" form="short"/>
227+
<text variable="volume"/>
228+
</group>
229+
<group delimiter="&#160;">
230+
<text term="issue" form="short"/>
235231
<text variable="issue"/>
236-
</if>
237-
</choose>
232+
</group>
233+
</group>
238234
</if>
239235
<else-if type="webpage" match="any">
240236
<date variable="issued">

0 commit comments

Comments
 (0)