Skip to content

Commit

Permalink
Issue #1619: Type of CloseButton set 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 394b567 commit a477928
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@

</fieldset>
<div class="ActionRow">
<button class="CloseButton oooXS">[% Translate("Discard") | html %]</button><button type="submit" value="[% Translate("Submit") | html %]" class="oooXS">[% Translate("Submit") | html %]</button>
<button type="button" class="CloseButton 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 a477928

Please sign in to comment.