Skip to content

Commit

Permalink
IM-127 add missing type attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Nov 20, 2023
1 parent 12a9d35 commit 1224470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/xsl/xeditor-custom.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</xsl:choose>
</xsl:variable>

<button name="{$name}" class="btn btn-primary {$symbol}" title="{$symbol}" tabindex="999">
<button type="submit" name="{$name}" class="btn btn-primary {$symbol}" title="{$symbol}" tabindex="999">
<i class="fas {$fa-class}"></i>
</button>
</xsl:template>
Expand Down

0 comments on commit 1224470

Please sign in to comment.