changeset 1898:d83f7372feb5

Regenerated.
author Vladimir Homutov <vl@nginx.com>
date Fri, 10 Feb 2017 12:55:59 +0300
parents 364a04c4f761
children b86cfece30c3
files xslt/content.xslt xslt/dirindex.xslt
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xslt/content.xslt	Fri Feb 10 12:53:32 2017 +0300
+++ b/xslt/content.xslt	Fri Feb 10 12:55:59 2017 +0300
@@ -96,7 +96,7 @@
 
     <xsl:template match="listitem"> <li> <xsl:apply-templates/> </li> </xsl:template>
     <xsl:template match="listitem[@id]"> <li id="{@id}"> <xsl:apply-templates/> </li> </xsl:template>
-    
+
     <xsl:template match="list[@type='tag']">
         <xsl:choose><xsl:when test="@compact = 'yes'">
             <dl class="compact"> <xsl:apply-templates/> </dl>
--- a/xslt/dirindex.xslt	Fri Feb 10 12:53:32 2017 +0300
+++ b/xslt/dirindex.xslt	Fri Feb 10 12:55:59 2017 +0300
@@ -11,7 +11,7 @@
   .. a current directory of a XSLT script is where the script is stored,
   .. but not where XSLT processor has been started to run the script
   -->
-<xsl:param select="'../xml'" name="XML"/> 
+<xsl:param select="'../xml'" name="XML"/>
 
 <xsl:param name="LANG"/>