Correction de bug introduit par la précédente modification
This commit is contained in:
parent
74164b9add
commit
70b168044a
|
@ -97,13 +97,20 @@
|
||||||
<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>
|
||||||
|
<group delimiter=" ">
|
||||||
|
<choose>
|
||||||
|
<if variable="page">
|
||||||
|
<text value="ici"/>
|
||||||
|
</if>
|
||||||
|
</choose>
|
||||||
<text macro="thisCitationLocator"/>
|
<text macro="thisCitationLocator"/>
|
||||||
</group>
|
</group>
|
||||||
|
</group>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<text macro="publicationReference"/>
|
<text macro="publicationReference"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user