Skip to content

Commit

Permalink
remove default-locale journal-de-la-societe-des-oceanistes.csl (#5887)
Browse files Browse the repository at this point in the history
via https://forums.zotero.org/discussion/comment/398551/#Comment_398551

* add &nbps; before in-text delimiters (; and :)
  • Loading branch information
POBrien333 committed Feb 24, 2022
1 parent 4435d1e commit 07e179f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions journal-de-la-societe-des-oceanistes.csl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only">
<!-- Polyglot; journal publishes in English, and French -->
<info>
<title>Journal de la Société des Océanistes</title>
<title-short>JSO</title-short>
Expand Down Expand Up @@ -314,8 +315,8 @@
<key macro="issued"/>
<key macro="author"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=": ">
<layout prefix="(" suffix=")" delimiter="&#160;; ">
<group delimiter="&#160;: ">
<group delimiter=", ">
<text macro="author-short"/>
<text macro="issued"/>
Expand Down

0 comments on commit 07e179f

Please sign in to comment.