Skip to content

Commit b360859

Browse files
authored
Update norsk-apa-manual.csl (#6337)
This will display f.ex. (2021, 13. mars) and not (2021, mars 13). The first is correct according to the Norwegian APA-manual.
1 parent f6c778e commit b360859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

norsk-apa-manual.csl

+2-2
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@
191191
<if type="article-magazine article-newspaper broadcast interview motion_picture pamphlet personal_communication post post-weblog song speech webpage" match="any">
192192
<!-- Many video and audio examples in manual give full dates. Err on the side of too much information. -->
193193
<date variable="issued">
194-
<date-part prefix=", " name="month"/>
195-
<date-part prefix=" " name="day"/>
194+
<date-part prefix=", " name="day"/>
195+
<date-part prefix=". " name="month"/>
196196
</date>
197197
</if>
198198
<else-if type="paper-conference">

0 commit comments

Comments
 (0)