Skip to content

Commit

Permalink
Issue #1619: Set default type for CloseButton to button from empty
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Feb 28, 2022
1 parent 8c22bb5 commit 9ef06dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@

</fieldset>
<div class="ActionRow">
<button id="CloseButton" class="oooXS">[% Translate("Discard") | html %]</button><button type="submit" value="[% Translate("Submit") | html %]" class="oooXS">[% Translate("Submit") | html %]</button>
<button type="button" id="CloseButton" class="oooXS">[% Translate("Discard") | html %]</button><button type="submit" value="[% Translate("Submit") | html %]" class="oooXS">[% Translate("Submit") | html %]</button>
</div>
</div>
</form>
Expand Down

0 comments on commit 9ef06dc

Please sign in to comment.