From 0d23c7300e03232bc6a951979530cfb6e4604070 Mon Sep 17 00:00:00 2001 From: Mark Unwin Date: Wed, 27 Mar 2024 11:04:40 +1000 Subject: [PATCH] HTML entity decode the value on configurationRead template. --- app/Views/configurationRead.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Views/configurationRead.php b/app/Views/configurationRead.php index 74d29fcff..a11280bb3 100644 --- a/app/Views/configurationRead.php +++ b/app/Views/configurationRead.php @@ -19,7 +19,7 @@ editable, $dictionary->columns->editable, false) ?> type, $dictionary->columns->type, false) ?> type !== 'bool') { ?> - value, $dictionary->columns->value, $update, '', '', '', $resource->type) ?> + value), $dictionary->columns->value, $update, '', '', '', $resource->type) ?> type === 'bool') { ?> value, $dictionary->columns->value, $update, '', array()) ?>