projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1833f1a
)
doc: Improve whitespace use in XSL
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 9 Nov 2016 17:00:00 +0000
(12:00 -0500)
committer
Peter Eisentraut
<peter_e@gmx.net>
Wed, 9 Nov 2016 20:01:27 +0000
(15:01 -0500)
doc/src/sgml/stylesheet-common.xsl
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/stylesheet-common.xsl
b/doc/src/sgml/stylesheet-common.xsl
index e3841130eb75482cc7205c69f051c303b00b55f9..c23d38f1280ed3851cbcb4f7bce3acf0ffe20877 100644
(file)
--- a/
doc/src/sgml/stylesheet-common.xsl
+++ b/
doc/src/sgml/stylesheet-common.xsl
@@
-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>