diff xsls/security.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/security.xsls
+++ b/xsls/security.xsls
@@ -24,13 +24,13 @@ X:include href = "content.xslt";
 X:template = "/article" {
     <html><head>
 
-    <title> !{@title} </title>
+    <title> !{@name} </title>
 
     !style ()
 
     </head>
 
-    !body (lang="/article/@lang")
+    !body (lang="@lang")
 
     </html>
 }
@@ -44,7 +44,7 @@ X:template = "security/item" {
     <li>
     <p>
 
-    !{@title}<br/>
+    !{@name}<br/>
 
     X:if "@severity = 'major'" {
         X:text{Severity: } <b>!{@severity}</b><br/>