Skip to content

Commit c366f3a

Browse files
authored
doc: fixed an unclosed <code> tag breaking the markup.
1 parent c48eeed commit c366f3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5604,7 +5604,7 @@ It accepts the following values (defaults to `2`):
56045604
` ` (space), `#`, `%`,
56055605
`?`, 0x00 ~ 0x1F, 0x7F ~ 0xFF will be escaped.
56065606
* `2`: escape `str` as a URI component. All characters except
5607-
alphabetic characters, digits, `-`, `.`, <code>_<code>,
5607+
alphabetic characters, digits, `-`, `.`, `_`,
56085608
`~` will be encoded as `%XX`.
56095609

56105610
[Back to TOC](#nginx-api-for-lua)

doc/HttpLuaModule.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4709,7 +4709,7 @@ It accepts the following values (defaults to `2`):
47094709
<code> </code> (space), <code>#</code>, <code>%</code>,
47104710
`?`, 0x00 ~ 0x1F, 0x7F ~ 0xFF will be escaped.
47114711
* `2`: escape <code>str</code> as a URI component. All characters except
4712-
alphabetic characters, digits, <code>-</code>, <code>.</code>, <code>_<code>,
4712+
alphabetic characters, digits, <code>-</code>, <code>.</code>, <code>_</code>,
47134713
<code>~</code> will be encoded as `%XX`.
47144714
47154715
== ngx.unescape_uri ==

0 commit comments

Comments
 (0)