From 0ad389daa969f283a37a9df618eb4f16906c565e Mon Sep 17 00:00:00 2001 From: Stefan Vukovic Date: Wed, 3 Jan 2024 17:34:16 +0100 Subject: [PATCH] add set false to handlebars --- ext/data/templates/default-anki-field-templates.handlebars | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/data/templates/default-anki-field-templates.handlebars b/ext/data/templates/default-anki-field-templates.handlebars index f26f923e71..83876c4f0d 100644 --- a/ext/data/templates/default-anki-field-templates.handlebars +++ b/ext/data/templates/default-anki-field-templates.handlebars @@ -262,6 +262,7 @@ {{#*inline "conjugation"}} {{~#if (op ">" definition.inflectionHypotheses.length 0)~}} + {{~set "multiple" false~}} {{~#if (op ">" definition.inflectionHypotheses.length 1)~}} {{~set "multiple" true~}} {{~/if~}}