Commit ae54f4ad authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(mvc) fix invalid html in form_input_tr.volt

(cherry picked from commit db0ddb34)
parent 349e52bd
......@@ -62,7 +62,7 @@ allownew : allow new items (for list) if applicable
{% elseif type == "dropdown" %}
<select {% if size|default(false) %}size="{{size}}"{% endif %} id="{{ id }}" class="{{style|default('selectpicker')}}" data-width="{{width|default("348px")}}"></select>
{% elseif type == "info" %}
<span id="{{ id }}" />
<span id="{{ id }}" ></span>
{% endif %}
{% if help|default(false) %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment