comparison docs/xsls/module.xsls @ 4108:5e2103cffd80

- The module name is now also output as an HTML header. - Agreed that examples can only contain literal text. - Agreed to call modules "ngx_*_module". - Renamed XML element "http-error" to a more general "http-status". - Fixed text of error codes to match the actual code.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 15 Sep 2011 08:24:33 +0000
parents ac19e755a132
children
comparison
equal deleted inserted replaced
4107:7705911c9d10 4108:5e2103cffd80
22 <title> !{@name} </title> 22 <title> !{@name} </title>
23 23
24 </head> 24 </head>
25 <body> 25 <body>
26 26
27 <center><h3> !{@name} </h3></center>
27 !!; 28 !!;
28 29
29 </body> 30 </body>
30 </html> 31 </html>
31 } 32 }