diff --git a/sqlpage/templates/button.handlebars b/sqlpage/templates/button.handlebars index e87c851c..d3bc99c9 100644 --- a/sqlpage/templates/button.handlebars +++ b/sqlpage/templates/button.handlebars @@ -11,7 +11,7 @@ {{~#if outline}} btn-outline-{{outline}}{{/if}} {{~#if ../shape}} btn-{{../shape}}{{/if}} {{~#if space_after}} me-auto{{/if}}" - {{~#if id}} id="{{id}}"{{/id}} + {{~#if id}} id="{{id}}"{{/if}} role="button"> {{~#if icon~}} {{~icon_img icon~}}