Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3887ba6

Browse files
committed
doc: Improve whitespace use in XSL
1 parent 1833f1a commit 3887ba6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/stylesheet-common.xsl

+3-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@
7777
<!-- Special support for Tcl synopses -->
7878

7979
<xsl:template match="optional[@role='tcl']">
80-
?<xsl:call-template name="inline.charseq"/>?
80+
<xsl:text>?</xsl:text>
81+
<xsl:call-template name="inline.charseq"/>
82+
<xsl:text>?</xsl:text>
8183
</xsl:template>
8284

8385
</xsl:stylesheet>

0 commit comments

Comments
 (0)