diff xsls/download.xsls @ 132:1ebe107b3d7e

Expanded tabs into spaces.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 21 Oct 2011 14:22:31 +0000
parents c7d2ce96298b
children 9085f0c59dc6
line wrap: on
line diff
--- a/xsls/download.xsls
+++ b/xsls/download.xsls
@@ -43,10 +43,10 @@ X:template = "download/item[position() &
     <tr>
         <td width="20%">
         X:if "position() = 1" {
-	    <a>
-	    X:attribute "href" { X:text{/} !{/article/@lang} X:text{/} !{../@changes} }
-	    !{../@changes}
-	    </a>
+            <a>
+            X:attribute "href" { X:text{/} !{/article/@lang} X:text{/} !{../@changes} }
+            !{../@changes}
+            </a>
         }
         </td>
 
@@ -80,12 +80,12 @@ X:template = "download/item[position() &
 
             X:if "@pgp = 'yes'" {
                 X:text {&#xA0; }
-        	<a>
-        	X:attribute "href" {
+                <a>
+                X:attribute "href" {
                     X:text {/download/nginx-} !{@ver} X:text {.zip.asc}
-        	}
-        	X:text {pgp}
-        	</a>
+                }
+                X:text {pgp}
+                </a>
             }
         }
         </td>