comparison xml/en/docs/http/ngx_http_addition_module.xml @ 351:a4fa80755eab

Consistently strip initial offset in examples.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jan 2012 11:01:22 +0000
parents e00f8f8c0486
children f4033b9bc4ec
comparison
equal deleted inserted replaced
350:55c1c4a1748f 351:a4fa80755eab
21 21
22 <section id="example" name="Example Configuration"> 22 <section id="example" name="Example Configuration">
23 23
24 <para> 24 <para>
25 <example> 25 <example>
26 location / { 26 location / {
27 add_before_body /before_action; 27 add_before_body /before_action;
28 add_after_body /after_action; 28 add_after_body /after_action;
29 } 29 }
30 </example> 30 </example>
31 </para> 31 </para>
32 32
33 </section> 33 </section>
34 34