diff options
author | Loïc Hoguin <[email protected]> | 2016-11-07 01:44:15 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-11-07 01:44:15 +0200 |
commit | bd34dfdedd369b42b1e6920f60c32b0594802aa2 (patch) | |
tree | eae97b150ae8e5e0c2d7047990d52a55c97fc6e7 /doc/src/manual/cowboy_req.parse_header.asciidoc | |
parent | b2e981ca40c16a8df3f605973c6da2664ce54bb4 (diff) | |
download | cowboy-bd34dfdedd369b42b1e6920f60c32b0594802aa2.tar.gz cowboy-bd34dfdedd369b42b1e6920f60c32b0594802aa2.tar.bz2 cowboy-bd34dfdedd369b42b1e6920f60c32b0594802aa2.zip |
Small tweak to Asciidoc
Fixes Hugo rendering.
Diffstat (limited to 'doc/src/manual/cowboy_req.parse_header.asciidoc')
-rw-r--r-- | doc/src/manual/cowboy_req.parse_header.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/cowboy_req.parse_header.asciidoc b/doc/src/manual/cowboy_req.parse_header.asciidoc index 14e640d..6980e14 100644 --- a/doc/src/manual/cowboy_req.parse_header.asciidoc +++ b/doc/src/manual/cowboy_req.parse_header.asciidoc @@ -212,7 +212,7 @@ parse_header(_, Req) -> {undefined, RawValue} ---- %% Accept everything when header is missing. Accept = cowboy_req:parse_header(<<"accept">>, Req, - [{{<<"*">>, <<"*">>, []}, 1000, []}]). + [{{ <<"*">>, <<"*">>, []}, 1000, []}]). ---- .Parse the content-length header |