mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
Fixed URIs in jats.csl.
They were being rendered twice, leading to invalid XML.
This commit is contained in:
+1
-4
@@ -98,10 +98,7 @@
|
||||
</choose>
|
||||
<choose>
|
||||
<if variable="URL" match="any">
|
||||
<group prefix="{{jats}}<ext-link ext-link-type="uri" {{/jats}}" suffix="{{jats}}</ext-link>{{/jats}}">
|
||||
<text variable="URL" prefix="{{jats}}xlink:href="{{/jats}}" suffix="{{jats}}" xlink:type="simple">{{/jats}}"/>
|
||||
<text variable="URL"/>
|
||||
</group>
|
||||
<text variable="URL" />
|
||||
</if>
|
||||
</choose>
|
||||
</macro>
|
||||
|
||||
Reference in New Issue
Block a user