diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2011-09-15 08:24:33 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2011-09-15 08:24:33 +0000 |
| commit | 2a46092c5ad4c647f0df4bc58795ed744e8252eb (patch) | |
| tree | 0628577610456afe5495ea15d31b0544bbcbd285 /docs/xsls/module.xsls | |
| parent | c940f5fc99130720a00538637a2bedc4d7472ea1 (diff) | |
| download | nginx-2a46092c5ad4c647f0df4bc58795ed744e8252eb.tar.gz nginx-2a46092c5ad4c647f0df4bc58795ed744e8252eb.tar.bz2 | |
- 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.
Diffstat (limited to '')
| -rw-r--r-- | docs/xsls/module.xsls | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/xsls/module.xsls b/docs/xsls/module.xsls index 79173825c..4743700bd 100644 --- a/docs/xsls/module.xsls +++ b/docs/xsls/module.xsls @@ -24,6 +24,7 @@ X:template = "/module" { </head> <body> + <center><h3> !{@name} </h3></center> !!; </body> |
