diff xslt/link.xslt @ 1225:7e662eae0429

Regenerated.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 09 Jun 2014 10:38:11 +0400
parents 8e8a6a7cff2b
children f0c2c0458f2b
line wrap: on
line diff
--- a/xslt/link.xslt	Fri Jun 06 10:08:52 2014 +0000
+++ b/xslt/link.xslt	Mon Jun 09 10:38:11 2014 +0400
@@ -4,7 +4,7 @@
   Copyright (C) Nginx, Inc.
   -->
 
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:math="http://exslt.org/math" extension-element-prefixes="math">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 
 <xsl:template match="img"> <img src="{@href}"> <xsl:apply-templates/> </img> </xsl:template>