docs-common/xsl html-common.xsl,1.11,1.12 main-html.xsl,1.10,1.11

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sun Sep 10 23:58:40 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common/xsl
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27364

Modified Files:
	html-common.xsl main-html.xsl 
Log Message:
Whoops, make sure this applies equally to chunked and non-chunked HTML builds


Index: html-common.xsl
===================================================================
RCS file: /cvs/docs/docs-common/xsl/html-common.xsl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- html-common.xsl	1 Dec 2005 21:11:07 -0000	1.11
+++ html-common.xsl	10 Sep 2006 23:58:38 -0000	1.12
@@ -30,6 +30,9 @@
 
 <xsl:param name="html.cleanup" select="1"></xsl:param>
 
+<!-- Custom class usage -->
+<xsl:param name="phrase.propagates.style" select="1"></xsl:param>
+<xsl:param name="generate.id.attributes" select="1"></xsl:param>
 
 
 </xsl:stylesheet>


Index: main-html.xsl
===================================================================
RCS file: /cvs/docs/docs-common/xsl/main-html.xsl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- main-html.xsl	10 Sep 2006 23:54:29 -0000	1.10
+++ main-html.xsl	10 Sep 2006 23:58:38 -0000	1.11
@@ -45,8 +45,4 @@
 <xsl:param name="navig.showtitles">1</xsl:param>
 -->
 
-<!-- Custom class usage -->
-<xsl:param name="phrase.propagates.style" select="1"></xsl:param>
-<xsl:param name="generate.id.attributes" select="1"></xsl:param>
-
 </xsl:stylesheet>




More information about the Fedora-docs-commits mailing list