Skip to content

Commit

Permalink
add missing </div>
Browse files Browse the repository at this point in the history
  • Loading branch information
ilicfilip committed Nov 5, 2024
1 parent 1f23b84 commit 7b1bccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/admin-page-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<?php foreach ( \progress_planner()->get_admin__page_settings()->get_settings() as $prpl_setting ) : ?>
<?php \progress_planner()->the_view( "setting/{$prpl_setting['type']}.php", [ 'prpl_setting' => $prpl_setting ] ); ?>
<?php endforeach; ?>

</div>
</div>
</div>

Expand Down

0 comments on commit 7b1bccd

Please sign in to comment.