]> granicus.if.org Git - curl/commitdiff
INTERNALS: escape reference to parameter
authorDaniel Gustafsson <daniel@yesql.se>
Fri, 5 Oct 2018 11:37:02 +0000 (13:37 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Fri, 5 Oct 2018 11:37:02 +0000 (13:37 +0200)
The parameter reference <string> was causing rendering issues in the
generated HTML page, as <string> isn't a valid HTML tag. Fix by back-
tick escaping it.

Closes #3099
Reviewed-by: Jay Satiro <raysatiro@yahoo.com>
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
docs/INTERNALS.md

index ab04fec7e173a6fdfdee6a81b055f39306cc8d9c..a509cdb9195f2d5b73c5215bf6005e77a50eb9a0 100644 (file)
@@ -680,8 +680,8 @@ Content Encoding
  that will work (besides "identity," which does nothing) are "deflate",
  "gzip" and "br". If a response is encoded using the "compress" or methods,
  libcurl will return an error indicating that the response could
- not be decoded.  If <string> is NULL no Accept-Encoding header is generated.
- If <string> is a zero-length string, then an Accept-Encoding header
+ not be decoded.  If `<string>` is NULL no Accept-Encoding header is generated.
+ If `<string>` is a zero-length string, then an Accept-Encoding header
  containing all supported encodings will be generated.
 
  The [`CURLOPT_ACCEPT_ENCODING`][5] must be set to any non-NULL value for