Skip to content

Commit

Permalink
fix: bug (openemr#7434)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwaite authored May 21, 2024
1 parent fbfa180 commit b11a0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/MedEx/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@ public function preferences($prefs = '')
<div class="divTableRow">
<div class="divTableCell divTableHeading">MedEx <?php echo xlt('Username'); ?></div>
<div class="divTableCell indent20">
<?php echo $prefs['ME_username']; ?>
<?php echo text($prefs['ME_username']); ?>
</div>
</div>
<div class="divTableRow">
Expand Down

0 comments on commit b11a0b6

Please sign in to comment.