Skip to content

Commit

Permalink
Ensure we properly close div tags when we return early
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed May 18, 2023
1 parent 5f9c07c commit 658794c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/Classifai/Services/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public function render_settings_page() {
<?php
if ( empty( $this->provider_classes ) ) {
echo '<p>' . esc_html__( 'No providers available for this service.', 'classifai' ) . '</p>';
echo '</div></div>';
return;
}
?>
Expand Down

0 comments on commit 658794c

Please sign in to comment.