Changeset 5106d3e


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.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CLFS/clfs.xsl

    r2db2151 r5106d3e  
    206206                <xsl:otherwise>
    207207                  <xsl:apply-templates/>
    208                   <xsl:text> &gt;&gt; $TEST_LOG 2&gt;&amp;1&</xsl:text>
     208                  <xsl:text> &gt;&gt; $TEST_LOG 2&gt;&amp;1</xsl:text>
    209209                  <xsl:if test="contains(string(),' -k ')">
    210210                    <xsl:text> || true</xsl:text>
    211211                  </xsl:if>
    212                   <xsl:text>#xA;</xsl:text>
     212                  <xsl:text>&#xA;</xsl:text>
    213213                </xsl:otherwise>
    214214              </xsl:choose>
  • 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.