~ubuntu-branches/ubuntu/quantal/yelp-xsl/quantal

« back to all changes in this revision

Viewing changes to xslt/common/icons.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-07-09 10:02:21 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110709100221-5ys7oh9pzgyaaoo4
Tags: 3.1.2-0ubuntu1
* New upstream release.
* debian/control.in:
  - Build-Depend on itstool
  - Point at Ubuntu's branch
* debian/watch:
  - Fix URL

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
-->
136
136
<xsl:param name="icons.quote">
137
137
  <xsl:value-of select="$icons.base_url"/>
138
 
  <xsl:call-template name="l10n.gettext">
139
 
    <xsl:with-param name="msgid" select="'yelp-quote-201C.png'"/>
140
 
  </xsl:call-template>
 
138
  <xsl:for-each select="/*">
 
139
    <xsl:call-template name="l10n.gettext">
 
140
      <xsl:with-param name="msgid" select="'yelp-quote-201C.png'"/>
 
141
    </xsl:call-template>
 
142
  </xsl:for-each>
141
143
</xsl:param>
142
144
 
143
145