fix a typo in keywords being sent improperly
This commit is contained in:
parent
abf6e09fbb
commit
85c97b450a
|
@ -28,7 +28,7 @@
|
|||
{%- set prefix='#' -%}
|
||||
{%- endif -%}
|
||||
{#- add prefix to keyword and/or default -#}
|
||||
{%- set keyword = prefix ~ default -%}
|
||||
{%- set keyword = prefix ~ keyword -%}
|
||||
{%- set default = prefix ~ default -%}
|
||||
{{ render_option(keyword, default) }}
|
||||
{%- endmacro -%}
|
||||
|
|
Loading…
Reference in New Issue