[yelp-xsl] [db2html-info] Fix typo in element name.



commit 82b9ecd6a00eb4b097c05e3ed6361bf9639264ab
Author: brian m. carlson <sandals crustytoothpaste ath cx>
Date:   Thu Mar 11 00:54:45 2010 +0000

    [db2html-info] Fix typo in element name.
    
    Signed-off-by: brian m. carlson <sandals crustytoothpaste ath cx>

 xslt/docbook/html/db2html-info.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/docbook/html/db2html-info.xsl b/xslt/docbook/html/db2html-info.xsl
index de370b1..10aab13 100644
--- a/xslt/docbook/html/db2html-info.xsl
+++ b/xslt/docbook/html/db2html-info.xsl
@@ -321,7 +321,7 @@ REMARK: Describe this template
   <xsl:param name="info" select="'FIXME'"/>
   <!-- FIXME: new class attribute on credit -->
   <xsl:variable name="othercredits" select="
-                $info/conbrib                                        |
+                $info/contrib                                        |
                 $info/corpcredit[ role != 'translator']              |
                 $info/othercredit[ role != 'translator']             |
                 $info/authorgroup/corpcredit[ role != 'translator']  |



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