~ubuntu-branches/ubuntu/oneiric/gnome-doc-utils/oneiric-201107060459

« back to all changes in this revision

Viewing changes to xslt/mallard/html/mal2xhtml.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-28 14:28:54 UTC
  • mfrom: (1.2.5 upstream)
  • mto: (2.3.1 sid) (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090828142854-aosckqlztf5d6doe
Tags: upstream-0.17.4
ImportĀ upstreamĀ versionĀ 0.17.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
  <xsl:apply-templates/>
70
70
</xsl:template>
71
71
 
72
 
<!-- FIXME -->
73
 
<xsl:template name="l10n.gettext">
74
 
  <xsl:param name="msgid" select="'email.tooltip'"/>
75
 
  <xsl:value-of select="$msgid"/>
76
 
</xsl:template>
77
 
<xsl:template name="l10n.direction">
78
 
  <xsl:text>ltr</xsl:text>
79
 
</xsl:template>
80
 
 
81
72
</xsl:stylesheet>