]> granicus.if.org Git - curl/commit
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)
commitc5063a773f3fc3e8cebe96c69c4941781e592915
tree529d67a2f9e7fd86f549c45a11d9fb8f52bfe8be
parent4301d14b90101d61575841e85edab18d384d0154
INTERNALS: escape reference to parameter

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