diff xml/ru/docs/http/ngx_http_auth_basic_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 16244471304a
children 244500f24783
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_auth_basic_module.xml
+++ b/xml/ru/docs/http/ngx_http_auth_basic_module.xml
@@ -21,10 +21,10 @@
 
 <para>
 <example>
-    location / {
-        auth_basic           "closed site";
-        auth_basic_user_file conf/htpasswd;
-    }
+location / {
+    auth_basic           "closed site";
+    auth_basic_user_file conf/htpasswd;
+}
 </example>
 </para>