diff options
author | Paul W. Frields <stickster@gmail.com> | 2007-03-08 02:58:27 +0000 |
---|---|---|
committer | Paul W. Frields <stickster@gmail.com> | 2007-03-08 02:58:27 +0000 |
commit | 7d6f3deaa10b3ab217751b23314472f810ebf9a9 (patch) | |
tree | a510560b9e8806451899042f7c257a1034f70218 /xsl | |
parent | a0c3a6bef7be7c9ab4089ca0782159096e04b779 (diff) | |
download | fedora-doc-utils-7d6f3deaa10b3ab217751b23314472f810ebf9a9.tar.gz fedora-doc-utils-7d6f3deaa10b3ab217751b23314472f810ebf9a9.tar.xz fedora-doc-utils-7d6f3deaa10b3ab217751b23314472f810ebf9a9.zip |
Set segmented lists to default to table rendering
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/html-common.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/html-common.xsl b/xsl/html-common.xsl index c748b95..32b74f0 100644 --- a/xsl/html-common.xsl +++ b/xsl/html-common.xsl @@ -33,6 +33,6 @@ procedure after <!-- 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> |