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

View File

@ -28,7 +28,7 @@
{%- set prefix='#' -%} {%- set prefix='#' -%}
{%- endif -%} {%- endif -%}
{#- add prefix to keyword and/or default -#} {#- add prefix to keyword and/or default -#}
{%- set keyword = prefix ~ default -%} {%- set keyword = prefix ~ keyword -%}
{%- set default = prefix ~ default -%} {%- set default = prefix ~ default -%}
{{ render_option(keyword, default) }} {{ render_option(keyword, default) }}
{%- endmacro -%} {%- endmacro -%}