diff options
author | Matthias Seidel <mseidel@apache.org> | 2018-11-03 13:04:56 +0000 |
---|---|---|
committer | Matthias Seidel <mseidel@apache.org> | 2018-11-03 13:04:56 +0000 |
commit | bbea04f426008b3a9960595ed38e743c70fe5305 (patch) | |
tree | b94a647a88af5ce7d8c28bea5c09dda48bf74dd5 | |
parent | 0cf2034366b95c83da7e97cce20d8e0ef045d8cb (diff) |
Shortened ASCII art for H1 to avoid line break on Windows
Notes
Notes:
ignore: aoo
-rw-r--r-- | readlicense_oo/docs/readme.xsl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/readlicense_oo/docs/readme.xsl b/readlicense_oo/docs/readme.xsl index ba3409d67011..3be95373a63b 100644 --- a/readlicense_oo/docs/readme.xsl +++ b/readlicense_oo/docs/readme.xsl @@ -22,9 +22,9 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> -<!-- <xsl:output method="text" doctype-public="-//W3C//DTD HTML 3.2//EN" omit-xml-declaration="yes"/> --> - - <!-- inputvariable declaration --> +<!-- <xsl:output method="text" doctype-public="-//W3C//DTD HTML 3.2//EN" omit-xml-declaration="yes"/> --> + + <!-- inputvariable declaration --> <xsl:param name="os1"/> <xsl:param name="gui1"/> <xsl:param name="cp1"/> @@ -161,11 +161,11 @@ </xsl:when> <xsl:when test="name(.)='h1'"> <xsl:value-of select="$lf"/> - <xsl:text>======================================================================</xsl:text> + <xsl:text>==================================================================</xsl:text> <xsl:value-of select="$lf"/> <xsl:apply-templates/> <xsl:value-of select="$lf"/> - <xsl:text>======================================================================</xsl:text> + <xsl:text>==================================================================</xsl:text> <xsl:value-of select="$lf"/> </xsl:when> <xsl:when test="name(.)='h2'"> |