[yelp-xsl] [db2html-callout] Handle DocBook 5 callouts



commit 6ce5fe1050625fc10975d0061a721e6e25358888
Author: brian m. carlson <sandals crustytoothpaste ath cx>
Date:   Mon Apr 5 20:52:20 2010 +0000

    [db2html-callout] Handle DocBook 5 callouts
    
    Signed-off-by: brian m. carlson <sandals crustytoothpaste ath cx>

 xslt/docbook/html/db2html-callout.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/docbook/html/db2html-callout.xsl b/xslt/docbook/html/db2html-callout.xsl
index f944ae0..d462ccf 100644
--- a/xslt/docbook/html/db2html-callout.xsl
+++ b/xslt/docbook/html/db2html-callout.xsl
@@ -141,7 +141,7 @@ span.co a:hover { text-decoration: none; }
 <!-- == Matched Templates == -->
 
 <!-- = co = -->
-<xsl:template match="co">
+<xsl:template match="co | db:co">
   <xsl:call-template name="db2html.co.dingbat"/>
 </xsl:template>
 



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