]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: config: fix ACME paragraph rendering issue
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 28 Apr 2025 09:30:01 +0000 (11:30 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Mon, 28 Apr 2025 10:23:12 +0000 (12:23 +0200)
commit385b3f923f0f75c6af21165fcab05ce183af16b9
tree816fc8f48d3db8f813b0c0e48d6c2b323172eca9
parent83975f34e40492aef6d62b6804da202a939e329a
DOC: config: fix ACME paragraph rendering issue

Nick Ramirez reported that the ACME paragraph (3.13) caused a rendering
issue where simple text was rendered as a directive. This was caused
by the use of unescaped <name> which confuses dconv.

Let's escape <name> by putting quotes around it to prevent the rendering
issue.

No backport needed.
doc/configuration.txt