Skip to content

Commit 1804870

Browse files
authored
fix: bug (openemr#7945)
* fix: bug * attr
1 parent 1f65e04 commit 1804870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/forms/bronchitis/view.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
<td width="130" align="right"><?php echo xlt('Appearance:'); ?> <span class="text"></span></td>
102102
<td><input type="text" name="bronchitis_ops_appearance" value="<?php echo
103-
stripslashes($obj["bronchitis_ops_appearance"]);?>" size="15"></td>
103+
attr($obj["bronchitis_ops_appearance"]);?>" size="15"></td>
104104
</tr>
105105
</table>
106106

@@ -301,7 +301,7 @@
301301
};?>><span class=text></span><br /></td>
302302
<td width="130" align="right"><?php echo xlt('Appearance:'); ?> <span class="text"></span></td>
303303
<td><input type="text" name="bronchitis_oropharynx_appearance" value="<?php echo
304-
stripslashes($obj["bronchitis_oropharynx_appearance"]);?>" size="15"></td>
304+
attr($obj["bronchitis_oropharynx_appearance"]);?>" size="15"></td>
305305
</tr>
306306
</table>
307307

0 commit comments

Comments
 (0)