fixed Wiki syntax in output.

2004-08-26  Sven Neumann  <sven@gimp.org>

	* fortunes.xsl: fixed Wiki syntax in output.
This commit is contained in:
Sven Neumann 2004-08-26 19:43:51 +00:00 committed by Sven Neumann
parent 10dd89960c
commit c27a5a30a6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-08-26 Sven Neumann <sven@gimp.org>
* fortunes.xsl: fixed Wiki syntax in output.
2004-08-26 Sven Neumann <sven@gimp.org>
* Makefile.am

View File

@ -28,7 +28,7 @@
<xsl:template match="text()">
<xsl:call-template name="search-and-replace">
<xsl:with-param name="input" select="." />
<xsl:with-param name="search-string" select="' '" />
<xsl:with-param name="search-string" select="'&#xa; '" />
<xsl:with-param name="replace-string" select="' '" />
</xsl:call-template>
</xsl:template>