Skip to content

Commit

Permalink
WW-5168 Reverts condition in if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Feb 13, 2022
1 parent 1c3cab2 commit d454384
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void generate() throws IOException {
start("input", attrs);
end("input");

if (!submitUnchecked) {
if (submitUnchecked) {
//hidden input
attrs = new Attributes();

Expand Down

0 comments on commit d454384

Please sign in to comment.