mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
doc: Improve whitespace use in XSL
This commit is contained in:
parent
1833f1a1c3
commit
3887ba6dbb
1 changed files with 3 additions and 1 deletions
|
|
@ -77,7 +77,9 @@
|
|||
<!-- Special support for Tcl synopses -->
|
||||
|
||||
<xsl:template match="optional[@role='tcl']">
|
||||
?<xsl:call-template name="inline.charseq"/>?
|
||||
<xsl:text>?</xsl:text>
|
||||
<xsl:call-template name="inline.charseq"/>
|
||||
<xsl:text>?</xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
Loading…
Reference in a new issue