diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-06-24 14:26:56 +0000 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2009-02-13 00:01:42 +0200 |
commit | e98c3a1a790d92ea4573d83a42c1c27a7210f98e (patch) | |
tree | 524ce39b2ae3bad374e3a446a70f16ca962c4a6d /tools | |
parent | b4f402efaf2128a3879162d274ba2ad03dac30e9 (diff) |
doc-generator.xsl: insert a space before parenthesized tp:type links (fixing a regression)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/doc-generator.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/doc-generator.xsl b/tools/doc-generator.xsl index 24e8545..07e985d 100644 --- a/tools/doc-generator.xsl +++ b/tools/doc-generator.xsl @@ -565,7 +565,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA <xsl:template name="parenthesized-tp-type"> <xsl:if test="@tp:type"> - <xsl:text>(</xsl:text> + <xsl:text> (</xsl:text> <xsl:call-template name="tp-type"> <xsl:with-param name="tp-type" select="@tp:type"/> </xsl:call-template> |