]> git.proxmox.com Git - pve-common.git/commit - src/PVE/RESTHandler.pm
REST handler: get property description: escape curly braces for asciidoc
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 7 Apr 2022 10:05:38 +0000 (12:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Apr 2022 08:46:43 +0000 (10:46 +0200)
commit6c19a10dd955e96b642e6ec96e34b29db27fb8bc
tree2700c973ce2f553167704cc2afa904d6be17919d
parent7b7e669e772a4f0ec587683f1b86eb4d549dc27a
REST handler: get property description: escape curly braces for asciidoc

Text enclosed in unescaped curly braces will be interpreted as an
attribute reference breaking and e.g. lead to the description not
showing up at all a generated man page further down the line.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/RESTHandler.pm