docs-common/xsl html-common.xsl,1.12,1.13

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Thu Mar 8 02:58:29 UTC 2007


Author: pfrields

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

Modified Files:
	html-common.xsl 
Log Message:
Set segmented lists to default to table rendering


Index: html-common.xsl
===================================================================
RCS file: /cvs/docs/docs-common/xsl/html-common.xsl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- html-common.xsl	10 Sep 2006 23:58:38 -0000	1.12
+++ html-common.xsl	8 Mar 2007 02:58:27 -0000	1.13
@@ -33,6 +33,6 @@
 <!-- Custom class usage -->
 <xsl:param name="phrase.propagates.style" select="1"></xsl:param>
 <xsl:param name="generate.id.attributes" select="1"></xsl:param>
-
+<xsl:param name="segmentedlist.as.table" select="1"></xsl:param>
 
 </xsl:stylesheet>




More information about the Fedora-docs-commits mailing list