diff xsls/books.xsls @ 125:c7d2ce96298b

Made sure to always pass "@lang" to the parameterized "style" template.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 21 Oct 2011 06:22:24 +0000
parents 7db449e89e92
children 9085f0c59dc6
line wrap: on
line diff
--- a/xsls/books.xsls
+++ b/xsls/books.xsls
@@ -26,7 +26,7 @@ X:template = "/article" {
 
     <title> !{@name} </title>
 
-    !style ()
+    !style (lang="@lang")
 
     </head>