Skip to content

Commit

Permalink
Apply fixes from StyleCI (#4673)
Browse files Browse the repository at this point in the history
Co-authored-by: StyleCI Bot <bot@styleci.io>
  • Loading branch information
fisharebest and StyleCIBot authored Dec 20, 2022
1 parent 9c93c7b commit f4e80bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Module/IndividualListModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,7 @@ protected function createResponse(Tree $tree, UserInterface $user, array $params
$title = I18N::translate('Individuals') . '' . $legend;
}

ob_start();
?>
ob_start(); ?>
<div class="d-flex flex-column wt-page-options wt-page-options-individual-list d-print-none">
<ul class="d-flex flex-wrap list-unstyled justify-content-center wt-initials-list wt-initials-list-surname">

Expand Down

0 comments on commit f4e80bd

Please sign in to comment.