# HG changeset patch # User Ruslan Ermilov # Date 1319178144 0 # Node ID c7d2ce96298b8577144b9e03d0d2f5f3474904fb # Parent 73df20b5963c0fa21b4d3b861566df761e12fb1e Made sure to always pass "@lang" to the parameterized "style" template. diff -r 73df20b5963c -r c7d2ce96298b xsls/books.xsls --- 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 @@ !{@name} - !style () + !style (lang="@lang") diff -r 73df20b5963c -r c7d2ce96298b xsls/download.xsls --- a/xsls/download.xsls Fri Oct 21 06:18:04 2011 +0000 +++ b/xsls/download.xsls Fri Oct 21 06:22:24 2011 +0000 @@ -26,7 +26,7 @@ !{@name} - !style () + !style (lang="@lang") diff -r 73df20b5963c -r c7d2ce96298b xsls/news.xsls --- a/xsls/news.xsls Fri Oct 21 06:18:04 2011 +0000 +++ b/xsls/news.xsls Fri Oct 21 06:22:24 2011 +0000 @@ -30,7 +30,7 @@ !{@name} X:if "$YEAR" { X:text{: } !{$YEAR} } - !style () + !style (lang="@lang") diff -r 73df20b5963c -r c7d2ce96298b xsls/security.xsls --- a/xsls/security.xsls Fri Oct 21 06:18:04 2011 +0000 +++ b/xsls/security.xsls Fri Oct 21 06:22:24 2011 +0000 @@ -26,7 +26,7 @@ !{@name} - !style () + !style (lang="@lang")