Author: manuel
Date: 2007-04-21 13:13:24 -0600 (Sat, 21 Apr 2007)
New Revision: 8094
Modified:
branches/new-xsl/xhtml/lfs-index.xsl
Log:
Indentation fix.
Modified: branches/new-xsl/xhtml/lfs-index.xsl
===================================================================
--- branches/new-xsl/xhtml/lfs-index.xsl 2007-04-21 18:56:29 UTC (rev
8093)
+++ branches/new-xsl/xhtml/lfs-index.xsl 2007-04-21 19:13:24 UTC (rev
8094)
@@ -64,20 +64,20 @@
<xsl:call-template name="gentext">
<xsl:with-param name="key">Packages</xsl:with-param>
</xsl:call-template>
- </xsl:when>
- <xsl:when test="$divtitle = 'B'">
+ </xsl:when>
+ <xsl:when test="$divtitle = 'B'">
<a id="program-index" name="program-index"/>
<xsl:call-template name="gentext">
<xsl:with-param name="key">Programs</xsl:with-param>
</xsl:call-template>
- </xsl:when>
- <xsl:when test="$divtitle = 'C'">
+ </xsl:when>
+ <xsl:when test="$divtitle = 'C'">
<a id="library-index" name="library-index"/>
<xsl:call-template name="gentext">
<xsl:with-param name="key">Libraries</xsl:with-param>
</xsl:call-template>
- </xsl:when>
- <xsl:when test="$divtitle = 'D'">
+ </xsl:when>
+ <xsl:when test="$divtitle = 'D'">
<xsl:choose>
<xsl:when test="$book-type = 'blfs'">
<a id="kernel-config-index" name="kernel-config-index"/>
@@ -92,7 +92,7 @@
</xsl:call-template>
</xsl:otherwise>
</xsl:choose>
- </xsl:when>
+ </xsl:when>
<xsl:when test="$divtitle = 'E'">
<xsl:choose>
<xsl:when test="$book-type = 'blfs'">
@@ -109,22 +109,22 @@
</xsl:otherwise>
</xsl:choose>
</xsl:when>
- <xsl:when test="$divtitle = 'F'">
- <a id="bootscript-index" name="bootscript-index"/>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key">Bootscripts</xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$divtitle = 'G'">
+ <xsl:when test="$divtitle = 'F'">
+ <a id="bootscript-index" name="bootscript-index"/>
+ <xsl:call-template name="gentext">
+ <xsl:with-param name="key">Bootscripts</xsl:with-param>
+ </xsl:call-template>
+ </xsl:when>
+ <xsl:when test="$divtitle = 'G'">
<a id="other-index" name="other-index"/>
<xsl:call-template name="gentext">
<xsl:with-param name="key">Others</xsl:with-param>
</xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$divtitle"/>
- </xsl:otherwise>
- </xsl:choose>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:value-of select="$divtitle"/>
+ </xsl:otherwise>
+ </xsl:choose>
</h2>
</xsl:if>
<ul>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page