[yelp-xsl] [db2html-inline] Fix typo for symbol element



commit cd11c909604d1f13fced22f170c1a16c3d03bf44
Author: brian m. carlson <sandals crustytoothpaste ath cx>
Date:   Mon Apr 5 20:12:13 2010 +0000

    [db2html-inline] Fix typo for symbol element
    
    Signed-off-by: brian m. carlson <sandals crustytoothpaste ath cx>

 xslt/docbook/html/db2html-inline.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/docbook/html/db2html-inline.xsl b/xslt/docbook/html/db2html-inline.xsl
index a438f48..d326240 100644
--- a/xslt/docbook/html/db2html-inline.xsl
+++ b/xslt/docbook/html/db2html-inline.xsl
@@ -1158,7 +1158,7 @@ FIXME
 </xsl:template>
 
 <!-- = symbol = -->
-<xsl:template match="symbol | db:surname">
+<xsl:template match="symbol | db:symbol">
   <xsl:call-template name="db2html.inline">
     <xsl:with-param name="class" select="'code'"/>
     <xsl:with-param name="ltr" select="true()"/>



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