[yelp-xsl] db2html-division: Use db.copyright in About



commit 89a606e8051e7971b500cba47127f6371ccda752
Author: Shaun McCance <shaunm gnome org>
Date:   Mon Nov 7 10:32:59 2011 -0500

    db2html-division: Use db.copyright in About

 xslt/docbook/html/db2html-division.xsl |   19 +------------------
 1 files changed, 1 insertions(+), 18 deletions(-)
---
diff --git a/xslt/docbook/html/db2html-division.xsl b/xslt/docbook/html/db2html-division.xsl
index 9a3de17..af170a9 100644
--- a/xslt/docbook/html/db2html-division.xsl
+++ b/xslt/docbook/html/db2html-division.xsl
@@ -517,24 +517,7 @@ the division. By default it is called by the %{html.footer.mode} implementation.
             <div class="copyrights">
               <xsl:for-each  select="$copyrights">
                 <div class="copyright">
-                  <xsl:text>Â </xsl:text>
-                  <xsl:for-each select="year | db:year">
-                    <xsl:if test="position() != 1">
-                      <xsl:call-template name="l10n.gettext">
-                        <xsl:with-param name="msgid" select="', '"/>
-                      </xsl:call-template>
-                    </xsl:if>
-                    <xsl:apply-templates/>
-                  </xsl:for-each>
-                  <xsl:text> </xsl:text>
-                  <xsl:for-each select="holder | db:holder">
-                    <xsl:if test="position() != 1">
-                      <xsl:call-template name="l10n.gettext">
-                        <xsl:with-param name="msgid" select="', '"/>
-                      </xsl:call-template>
-                    </xsl:if>
-                    <xsl:apply-templates/>
-                  </xsl:for-each>
+                  <xsl:call-template name="db.copyright"/>
                 </div>
               </xsl:for-each>
             </div>



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