Skip to content

Commit

Permalink
Try to fix deployment of gh-pages, not a dictionary. (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- authored Oct 17, 2023
1 parent 8e3be94 commit e7ba0c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bft/templates/scalar_function.j2
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</select>
{% for dialect in dialects %}
<dl class="dialect-definition" id="dialect-{{ dialect.name }}">
{% for opt, val in dialect.options | dictsort %}
{% for opt, val in dialect.options %}
<dt>{{ opt }}</dt>
<dd>{{ val }}</dd>
{% endfor %}
Expand Down Expand Up @@ -165,4 +165,4 @@
});
</script>
</body>
</html>
</html>

0 comments on commit e7ba0c9

Please sign in to comment.