diff xsls/error.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 9085f0c59dc6
line wrap: on
line diff
--- a/xsls/error.xsls
+++ b/xsls/error.xsls
@@ -12,7 +12,7 @@ X:param XML = "'../xml'";
 
 
 X:template = "/error" {
-    <html><head><title> !{@title} </title>
+    <html><head><title> !{@name} </title>
 
     <style type="text/css">!{ normalize-space('
         body  { font-family:  Georgia, serif; }
@@ -23,7 +23,7 @@ X:template = "/error" {
     <body>
     <table width="100%">
     <tr>
-        <td width="70%"><center><h1> !{@title} </h1></center></td>
+        <td width="70%"><center><h1> !{@name} </h1></center></td>
         <td rowspan="2" align="right" valign="top">
             <img src="/nginx.gif" alt="nginx"/><br/>