Skip to content

Commit

Permalink
add type submit to editor buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Oct 20, 2023
1 parent 16d2e29 commit b843e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubo-common/src/main/resources/xsl/xeditor-custom.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</xsl:variable>

<div class="form-control ubo-repeater-button-box">
<button name="{$name}" class="xeditor-pmud fas" title="{$symbol}" tabindex="999">
<button type="submit" name="{$name}" class="xeditor-pmud fas" title="{$symbol}" tabindex="999">
<i class="fas {$fa-class}"></i>
</button>
</div>
Expand Down

0 comments on commit b843e68

Please sign in to comment.