Skip to content

Commit 17e930c

Browse files
authored
Update norsk-apa-manual-note.csl (#6338)
This should display f.ex. (2021, 13. mars) and not (2021, mars 13). The first one is correct according to the Norwegian APA7-manual (it is more in line with DD-MM commonly used in Norway). * Re-indent CSL styles Co-authored-by: kbernt <kbernt@users.noreply.github.com>
1 parent b360859 commit 17e930c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

norsk-apa-manual-note.csl

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@
163163
<if type="article-magazine article-newspaper broadcast interview motion_picture pamphlet personal_communication post post-weblog song speech webpage" match="any">
164164
<!-- Many video and audio examples in manual give full dates. Err on the side of too much information. -->
165165
<date variable="issued">
166-
<date-part prefix=", " name="month"/>
167-
<date-part prefix=" " name="day"/>
166+
<date-part prefix=", " name="day"/>
167+
<date-part prefix=". " name="month"/>
168168
</date>
169169
</if>
170170
<else-if type="paper-conference">

0 commit comments

Comments
 (0)