diff xml/en/docs/http/ngx_http_browser_module.xml @ 1155:07402a11fd8d

Assigned IDs to tags describing variables.
author Vladimir Homutov <vl@nginx.com>
date Wed, 16 Apr 2014 13:55:53 +0400
parents 95c3c3bbf1ce
children
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_browser_module.xml
+++ b/xml/en/docs/http/ngx_http_browser_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_browser_module"
         link="/en/docs/http/ngx_http_browser_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -20,19 +20,19 @@ whose values depend on the value of the 
 request header field:
 <list type="tag">
 
-<tag-name><var>$modern_browser</var></tag-name>
+<tag-name id="var_modern_browser"><var>$modern_browser</var></tag-name>
 <tag-desc>
 equals the value set by the <link id="modern_browser_value"/> directive,
 if a browser was identified as modern;
 </tag-desc>
 
-<tag-name><var>$ancient_browser</var></tag-name>
+<tag-name id="var_ancient_browser"><var>$ancient_browser</var></tag-name>
 <tag-desc>
 equals the value set by the <link id="ancient_browser_value"/> directive,
 if a browser was identified as ancient;
 </tag-desc>
 
-<tag-name><var>$msie</var></tag-name>
+<tag-name id="var_msie"><var>$msie</var></tag-name>
 <tag-desc>
 equals “1” if a browser was identified as MSIE of any version.
 </tag-desc>