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

« back to all changes in this revision

Viewing changes to xslt/mallard/html/mal2html.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:
31
31
 
32
32
<!--#@ html.xhtml -->
33
33
<xsl:param name="html.xhtml" select="false()"/>
 
34
<xsl:param name="mal.if.env" select="'html'"/>
34
35
 
35
36
<xsl:namespace-alias stylesheet-prefix="html" result-prefix="#default"/>
36
37