Skip to content

Commit

Permalink
#2457: textquotesingle
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 31, 2023
1 parent 03fc73d commit e356c7f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ SOFTWARE.
<xsl:variable name="r8" select="replace($r7, '#', '\\#')"/>
<xsl:variable name="r9" select="replace($r8, '_', '\\_')"/>
<xsl:variable name="r10" select="replace($r9, '&quot;', '\\textquotedbl{}')"/>
<xsl:value-of select="$r10"/>
<xsl:variable name="r11" select="replace($r10, '&amp;', '\\textquotesingle{}')"/>
<xsl:value-of select="$r11"/>
</xsl:function>
<xsl:function name="eo:term" as="xs:string">
<xsl:param name="t" as="xs:string"/>
Expand Down

0 comments on commit e356c7f

Please sign in to comment.