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

« back to all changes in this revision

Viewing changes to xslt/mallard/html/mal2html-math.xsl

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-10-17 00:05:53 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20131017000553-4rje2hk2j69y05w4
Tags: upstream-3.10.1
ImportĀ upstreamĀ versionĀ 3.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
</xsl:template>
109
109
 
110
110
<xsl:template mode="mal2html.inline.mode" match="mml:math">
111
 
  <span class="math">
 
111
  <span>
 
112
    <xsl:call-template name="html.class.attr">
 
113
      <xsl:with-param name="class" select="'math'"/>
 
114
    </xsl:call-template>
112
115
    <xsl:call-template name="html.lang.attrs"/>
113
116
    <xsl:element name="math" namespace="{$html.mathml.namespace}">
114
117
      <xsl:for-each select="@*[name(.) != 'display']