Skip to content

Commit

Permalink
Fix selected tab bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ge1i0N committed Mar 28, 2022
1 parent 868924d commit 7c00573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ private function show(): void
}

$tabControl->Buttons();
$tabControl->End();

$applyText = Loc::getMessage('MAIN_OPT_APPLY');
print <<<HTML
Expand All @@ -189,7 +190,6 @@ private function show(): void
}
</style>
HTML;
$tabControl->End();
}
}

Expand Down

0 comments on commit 7c00573

Please sign in to comment.