changeset 1196:1c9871bbb3e7

Regenerated.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 17 May 2014 02:14:12 +0400
parents 1a7a1c79142e
children 4851afb8922f
files xslt/varindex.xslt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xslt/varindex.xslt
+++ b/xslt/varindex.xslt
@@ -3,9 +3,9 @@
   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:output method="xml" doctype-system="../../../dtd/article.dtd" encoding="utf-8"/>
+<xsl:output method="xml" doctype-system="../../../dtd/article.dtd" encoding="utf-8" indent="yes"/>
 
 <!--
   .. a current directory of a XSLT script is where the script is stored,