unify publisher and published join symbol for all types

This commit is contained in:
2025-11-04 22:23:53 +01:00
parent b7062eabd7
commit e6c1d1734b

View File

@@ -160,25 +160,24 @@
<choose>
<if type="book">
<text macro="numbering-paging" suffix=". "/>
<text macro="publisher"/>
<choose>
<if variable="issued" match="any">
<text value=", "/>
</if>
<else>
<text value=". "/>
</else>
</choose>
</if>
<else-if type="article-journal article-magazine article-newspaper post-weblog webpage" match="any">
<text macro="format" suffix=". "/>
<text macro="published-in" suffix=". "/>
<text macro="publisher" suffix=". "/>
</else-if>
<else>
<text value=" TODO "/>
</else>
</choose>
<text macro="publisher"/>
<choose>
<if variable="issued" match="any">
<text value=", "/>
</if>
<else>
<text value=". "/>
</else>
</choose>
<text macro="published" suffix=". "/>
<text macro="id" suffix=". "/>
<text macro="accessed"/>