Changeset 5106d3e for HLFS/hlfs.xsl


Ignore:
Timestamp:
08/17/2006 05:19:33 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0
Parents:
2db2151
Message:

Fixed XSL typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/hlfs.xsl

    r2db2151 r5106d3e  
    260260              </xsl:when>
    261261              <xsl:otherwise>
    262                 <xsl:text> &gt;&gt; $TEST_LOG 2&gt;&amp;1&#xA;</xsl:text>
     262                <xsl:text> &gt;&gt; $TEST_LOG 2&gt;&amp;1</xsl:text>
    263263                <xsl:if test="contains(string(),' -k ')">
    264264                  <xsl:text> || true</xsl:text>
    265265                </xsl:if>
    266                 <xsl:text></xsl:text>
     266                <xsl:text>&#xA;</xsl:text>
    267267              </xsl:otherwise>
    268268            </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.