From a33855d91a8dc3bf472f38bb6952208bad3d96a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at> Date: Tue, 22 Oct 2024 18:44:09 +0200 Subject: [PATCH] fix --- gastro.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gastro.yaml b/gastro.yaml index 74bfabf..5bad691 100644 --- a/gastro.yaml +++ b/gastro.yaml @@ -216,7 +216,7 @@ filter: values: | <option weight='-1' value='*' query='nwr[~"^diet:"~"."]'>{{ repoTrans('Objects with diet information') }}</option> {% for key, def in const.diet %} - <option value='{{ key }}' query='nwr[~"^{{ key }}"]'>{{ keyTrans(key) }}</option> + <option value='{{ key }}' query='nwr["{{ key }}"]'>{{ keyTrans(key) }}</option> {% endfor %} const: diet: