Changeset f98695c


Ignore:
Timestamp:
08/17/2006 05:26:06 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
f00d849
Parents:
3014928
Message:

Fixed XSL typos.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CLFS/clfs.xsl

    r3014928 rf98695c  
    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

    r3014928 rf98695c  
    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.