mirror of https://github.com/GNOME/gimp.git
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:
parent
10dd89960c
commit
c27a5a30a6
|
@ -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
|
||||
|
|
|
@ -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="'
 '" />
|
||||
<xsl:with-param name="replace-string" select="' '" />
|
||||
</xsl:call-template>
|
||||
</xsl:template>
|
||||
|
|
Loading…
Reference in New Issue