Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions admin/partials/bread-admin-display.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private function select_service_bodies()
if ($this->connected) {
$this->select_service_body_options($i);
} else { ?>
<option selected value="<?php esc_html($this->bread->getOption("service_body_$i")); ?>"><?php echo 'Not Connected - Can not get Service Bodies'; ?></option><?php
<option selected value="<?php echo esc_html($this->bread->getOption("service_body_$i")); ?>"><?php echo 'Not Connected - Can not get Service Bodies'; ?></option><?php
} ?>
</select>
</li><?php
Expand Down Expand Up @@ -170,4 +170,4 @@ function admin_options_page()
}
?>

<!-- This file should primarily consist of HTML with a little bit of PHP. -->
<!-- This file should primarily consist of HTML with a little bit of PHP. -->