changeset 1897:364a04c4f761

Style: removed trailing spaces.
author Vladimir Homutov <vl@nginx.com>
date Fri, 10 Feb 2017 12:53:32 +0300
parents b93b0689f13b
children d83f7372feb5
files xsls/content.xsls xsls/dirindex.xsls
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xsls/content.xsls	Tue Jan 31 16:10:44 2017 +0300
+++ b/xsls/content.xsls	Fri Feb 10 12:53:32 2017 +0300
@@ -95,7 +95,7 @@
 
     X:template = "listitem" { <li> !!; </li> }
     X:template = "listitem[@id]" { <li id="{@id}"> !!; </li> }
-    
+
     X:template = "list[@type='tag']" {
         X:if "@compact = 'yes'" {
             <dl class="compact"> !!; </dl>
--- a/xsls/dirindex.xsls	Tue Jan 31 16:10:44 2017 +0300
+++ b/xsls/dirindex.xsls	Fri Feb 10 12:53:32 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
   -->
-X:param XML = "'../xml'"; 
+X:param XML = "'../xml'";
 
 X:param LANG;