fix a typo in keywords being sent improperly

This commit is contained in:
Robert Fairburn
2014-09-19 11:19:37 -05:00
parent abf6e09fbb
commit 85c97b450a
+1 -1
View File
@@ -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 -%}