Skip to content

Commit

Permalink
quick styling fix (openemr#8049)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwaite authored Feb 20, 2025
1 parent 1bb23cc commit 6a1c30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/forms/eye_mag/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -2307,7 +2307,7 @@ class="btn btn-secondary"><i class="fa fa-paste" title="<?php echo xla($title);
</td>
<td><input type="checkbox" class="dil_drug" id="Tropicamide" name="TROPICAMIDE" value="Tropicamide 1%" <?php if ($TROPICAMIDE == 'Tropicamide 1%') {
echo "checked='checked'";
} ?> /><label for="Tropicamide" class="input-helper input-helper--checkbox dil_drug_label"><?php echo xlt('Tropic 1%'); ?></label>
} ?> /><label for="Tropicamide" class="input-helper input-helper--checkbox dil_drug_label"><?php echo xlt('Tropic 1%'); ?></label>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 6a1c30d

Please sign in to comment.