Skip to content

Commit

Permalink
Dialect options is a list of options
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Oct 20, 2023
1 parent 40dc77c commit 8167fcb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bft/templates/scalar_function.j2
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@
</select>
{% for dialect in dialects %}
<dl class="dialect-definition" id="dialect-{{ dialect.name }}">
{% for opt, val in dialect.options %}
<dt>{{ opt }}</dt>
{% for val in dialect.options %}
<dd>{{ val }}</dd>
{% endfor %}
</dl>
Expand Down

0 comments on commit 8167fcb

Please sign in to comment.