Skip to content

Commit c7df5cf

Browse files
committed
Fix from PR #240
1 parent 607c101 commit c7df5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/partials/bread-admin-display.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function select_service_bodies()
6969
if ($this->connected) {
7070
$this->select_service_body_options($i);
7171
} else { ?>
72-
<option selected value="<?php esc_html($this->bread->getOption("service_body_$i")); ?>"><?php echo 'Not Connected - Can not get Service Bodies'; ?></option><?php
72+
<option selected value="<?php esc_html_e($this->bread->getOption("service_body_$i")); ?>"><?php echo 'Not Connected - Can not get Service Bodies'; ?></option><?php
7373
} ?>
7474
</select>
7575
</li><?php

0 commit comments

Comments
 (0)