Skip to content

Commit

Permalink
Update norsk-apa-manual-note.csl (#6338)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kbernt and kbernt authored Dec 16, 2022
1 parent b360859 commit 17e930c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions norsk-apa-manual-note.csl
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@
<if type="article-magazine article-newspaper broadcast interview motion_picture pamphlet personal_communication post post-weblog song speech webpage" match="any">
<!-- Many video and audio examples in manual give full dates. Err on the side of too much information. -->
<date variable="issued">
<date-part prefix=", " name="month"/>
<date-part prefix=" " name="day"/>
<date-part prefix=", " name="day"/>
<date-part prefix=". " name="month"/>
</date>
</if>
<else-if type="paper-conference">
Expand Down

0 comments on commit 17e930c

Please sign in to comment.