From ed77c6945b8bd280f4b4e576425532b454ab61a2 Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Tue, 24 Mar 2026 15:26:51 +0100 Subject: [PATCH] Fix: extra quotation marks --- templates/dropdown.class.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/dropdown.class.tpl b/templates/dropdown.class.tpl index 3c5749a7..851fbacc 100644 --- a/templates/dropdown.class.tpl +++ b/templates/dropdown.class.tpl @@ -1,14 +1,14 @@ PluginFieldsField::getType(), - "id" => "%%FIELDID%%", - "label" => "%%LABEL%%" + "id" => %%FIELDID%%, + "label" => %%LABEL%% ]; $label = PluginFieldsLabelTranslation::getLabelFor($item); return $label;