diff xml/en/docs/http/ngx_http_flv_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 197ac51e7f0e
children be54c443235a
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_flv_module.xml
+++ b/xml/en/docs/http/ngx_http_flv_module.xml
@@ -33,9 +33,9 @@ configuration parameter.
 
 <para>
 <example>
-    location ~ \.flv$ {
-        flv;
-    }
+location ~ \.flv$ {
+    flv;
+}
 </example>
 </para>