Correction de bug introduit par la précédente modification

This commit is contained in:
Bastien Dumont 2023-09-02 17:05:04 +02:00
parent 74164b9add
commit 70b168044a

View File

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