diff options
Diffstat (limited to 'xslt/mallard/html/mal2xhtml.xsl')
-rw-r--r-- | xslt/mallard/html/mal2xhtml.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xslt/mallard/html/mal2xhtml.xsl b/xslt/mallard/html/mal2xhtml.xsl index b3c90057..2f7038f3 100644 --- a/xslt/mallard/html/mal2xhtml.xsl +++ b/xslt/mallard/html/mal2xhtml.xsl @@ -24,12 +24,12 @@ along with this program; see the file COPYING.LGPL. If not, see <http://www.gnu <!--!!========================================================================== Mallard to XHTML Transform Mallard to XHTML. -:Revision:version="3.8" date="2012-11-05" status="final" +@revision[version=3.8 date=2012-11-05 status=final] This top-level stylesheet includes all the necessary stylesheets to transform Mallard documents into XHTML. This stylesheet sets the parameters -@{mal.if.target}, @{mal.if.features}, @{mal.if.maybe}, @{mal.link.extension}, -and @{ttml.features}. +{mal.if.target}, {mal.if.features}, {mal.if.maybe}, {mal.link.extension}, +and {ttml.features}. --> <xsl:import href="../../common/l10n.xsl"/> |