Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwaite committed May 9, 2024
1 parent 6cef758 commit b5e4c6b
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 b5e4c6b

Please sign in to comment.