]> granicus.if.org Git - docbook-dsssl/commitdiff
Changed the name of the second-order itemizedlist mark
authorBob Stayton <bobs@sagehill.net>
Sun, 7 Jul 2002 21:13:25 +0000 (21:13 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 7 Jul 2002 21:13:25 +0000 (21:13 +0000)
from 'round' (not supported in browsers' <ul> 'type' attribute)
to 'circle', which is supported.
Both are already supported in FO stylesheet.

xsl/common/common.xsl

index 326737ac241080e64a038b574b209a43f57c8dee..f41c1b1e0ddeab8347f242b8c6219decc84aa8e1 100644 (file)
@@ -1151,7 +1151,7 @@ pointed to by the link is one of the elements listed in
   <xsl:param name="itemsymbol" select="'default'"/>
   <xsl:choose>
     <!-- Change this list if you want to change the order of symbols -->
-    <xsl:when test="$itemsymbol = 'disc'">round</xsl:when>
+    <xsl:when test="$itemsymbol = 'disc'">circle</xsl:when>
     <xsl:when test="$itemsymbol = 'round'">square</xsl:when>
     <xsl:otherwise>disc</xsl:otherwise>
   </xsl:choose>