[yelp-xsl] [db-label] Fix typo in template expression



commit f1343d1a4e8e4347f3ce1f4dea69bba25c8ec392
Author: brian m. carlson <sandals crustytoothpaste ath cx>
Date:   Sat Mar 13 20:11:05 2010 +0000

    [db-label] Fix typo in template expression
    
    Signed-off-by: brian m. carlson <sandals crustytoothpaste ath cx>

 xslt/docbook/common/db-label.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/docbook/common/db-label.xsl b/xslt/docbook/common/db-label.xsl
index 3b02164..fcacd11 100644
--- a/xslt/docbook/common/db-label.xsl
+++ b/xslt/docbook/common/db-label.xsl
@@ -698,7 +698,7 @@ REMARK: Document this mode.  Rename to db.number.digit.mode?
   <xsl:call-template name="db.digit.format">
     <xsl:with-param name="digit">
       <xsl:number level="any" count="figure | db:figure"
-                              from="chapter | appendix
+                              from="chapter | appendix |
                                     db:chapter | db:appendix"/>
     </xsl:with-param>
     <xsl:with-param name="format">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]