diff xsls/download.xsls @ 123:7db449e89e92

Unified the use of the "name" attribute instead of "title".
author Ruslan Ermilov <ru@nginx.com>
date Fri, 21 Oct 2011 06:17:16 +0000
parents f31230984540
children c7d2ce96298b
line wrap: on
line diff
--- a/xsls/download.xsls	Fri Oct 21 05:00:47 2011 +0000
+++ b/xsls/download.xsls	Fri Oct 21 06:17:16 2011 +0000
@@ -24,13 +24,13 @@
 X:template = "/article" {
     <html><head>
 
-    <title> !{@title} </title>
+    <title> !{@name} </title>
 
     !style ()
 
     </head>
 
-    !body (lang="/article/@lang")
+    !body (lang="@lang")
 
     </html>
 }