Merge branch 'bugfix-ici-REB'

Correction du bug introduit précédemment où « ici » était toujours introduit dans les références complètes
This commit is contained in:
Bastien Dumont 2023-09-02 17:11:36 +02:00
commit 9f4d6cff0e
2 changed files with 17 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# Changements
## 2023-09-02
### Style REB
* Correction d'un bug introduit par les modifications du 19 août 2023
 ici » était introduit systématiquement pour les références complètes,
y compris les livres).
## 2023-08-19
### Changement interne

View File

@ -97,13 +97,20 @@
<text macro="sourceReference"/>
<choose>
<if type="webpage post-weblog" match="none">
<group delimiter=", ici ">
<group delimiter=", ">
<group delimiter=" ">
<text macro="publicationReference"/>
<text macro="digitalReference" prefix="(" suffix=")"/>
</group>
<group delimiter=" ">
<choose>
<if variable="page chapter-number" match="any">
<text value="ici"/>
</if>
</choose>
<text macro="thisCitationLocator"/>
</group>
</group>
</if>
<else>
<text macro="publicationReference"/>