~ubuntu-branches/ubuntu/trusty/yelp-xsl/trusty

« back to all changes in this revision

Viewing changes to xslt/docbook/html/db2html-math.xsl

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-10-17 00:05:53 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20131017000553-mlhokblkdqkcx7br
Tags: 3.10.1-1
* New upstream release.
* Bump Standards-Version to 3.9.4. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
-->
48
48
<xsl:template name="db2html.math.div">
49
49
  <xsl:param name="node" select="."/>
50
 
  <div class="math">
 
50
  <div>
 
51
    <xsl:call-template name="html.class.attr">
 
52
      <xsl:with-param name="node" select="$node"/>
 
53
      <xsl:with-param name="class" select="'math'"/>
 
54
    </xsl:call-template>
51
55
    <xsl:call-template name="html.lang.attrs">
52
56
      <xsl:with-param name="node" select="$node"/>
53
57
    </xsl:call-template>