From 517a443636daa1e8085cb4e5325524a54e8a8fd7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 17 Oct 2023 11:30:23 +0200 Subject: Merging upstream version 1.43.0. Signed-off-by: Daniel Baumann --- integrations/templates/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integrations/templates/setup.md') diff --git a/integrations/templates/setup.md b/integrations/templates/setup.md index 101f5bcbc..e2318ed85 100644 --- a/integrations/templates/setup.md +++ b/integrations/templates/setup.md @@ -65,7 +65,7 @@ There is no configuration file. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| [% for item in entry.setup.configuration.options.list %] -| [[ item.name ]] | [[ item.description ]] | [[ item.default ]] | [[ item.required ]] | +| [[ strfy(item.name) ]] | [[ strfy(item.description) ]] | [[ strfy(item.default_value) ]] | [[ strfy(item.required) ]] | [% endfor %] [% for item in entry.setup.configuration.options.list %] -- cgit v1.2.3