Fixed URIs in jats.csl.
They were being rendered twice, leading to invalid XML.
This commit is contained in:
parent
f9c7b49502
commit
cf7d66c097
1 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue