[SCM] live-manual branch, debian,	updated. debian/20100501-1-2-g2bba9e2
    Daniel Baumann 
    daniel at debian.org
       
    Mon May 10 06:11:47 UTC 2010
    
    
  
The following commit has been merged in the debian branch:
commit 2bba9e2a805f5ec89ffdd4138c338029aa9bc53b
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon May 10 08:05:54 2010 +0200
    Using consistent parameter settings in html.xsl.
diff --git a/xsl/html.xsl b/xsl/html.xsl
index c45a214..025c576 100644
--- a/xsl/html.xsl
+++ b/xsl/html.xsl
@@ -3,9 +3,9 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 	<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl" />
 
-	<xsl:param name="chunk.first.sections" select="1" />
+	<xsl:param name="chunk.first.sections">1</xsl:param>
 	<xsl:param name="chunk.section.depth">1</xsl:param>
-	<xsl:param name="chunker.output.indent" select="'yes'" />
+	<xsl:param name="chunker.output.indent">yes</xsl:param>
 	<xsl:param name="section.autolabel">1</xsl:param>
 	<xsl:param name="section.label.includes.component.label">1</xsl:param>
 	<xsl:param name="use.id.as.filename">1</xsl:param>
-- 
live-manual
    
    
More information about the debian-live-changes
mailing list