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	Fri Oct 21 06:18:04 2011 +0000
+++ b/xsls/books.xsls	Fri Oct 21 06:22:24 2011 +0000
@@ -26,7 +26,7 @@
 
     <title> !{@name} </title>
 
-    !style ()
+    !style (lang="@lang")
 
     </head>