changeset 2571:3e47eecce384

Added id to r.sendHeader in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 17 Jul 2020 11:29:23 +0100
parents 44792f1ee284
children c6c259d3601a
files xml/en/docs/njs/reference.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/njs/reference.xml
+++ b/xml/en/docs/njs/reference.xml
@@ -9,7 +9,7 @@
 <article name="Reference"
         link="/en/docs/njs/reference.html"
         lang="en"
-        rev="47">
+        rev="48">
 
 <section id="summary">
 
@@ -259,7 +259,7 @@ or the response body text (for other cod
 sends a part of the response body to the client
 </tag-desc>
 
-<tag-name><literal>r.sendHeader()</literal></tag-name>
+<tag-name id="r_send_header"><literal>r.sendHeader()</literal></tag-name>
 <tag-desc>
 sends the HTTP headers to the client
 </tag-desc>