Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion profiles/jtei/pdf/to.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
<!-- replace external <ptr/> with link, whose label = @target -->
<xsl:template match="tei:ptr[not(@type)]|tei:ref[not(@type)]">
<fo:basic-link external-destination="{@target}" border="dotted thin grey">
<xsl:apply-templates select="if (normalize-space()) then node() else @target"/>
<xsl:apply-templates select="if (normalize-space()) then node() else @target ! replace(., '&amp;', '&#8203;&amp;')"/>
</fo:basic-link>
</xsl:template>

Expand Down