Skip to content

Commit

Permalink
Security fixes 16
Browse files Browse the repository at this point in the history
  • Loading branch information
robertogagliotta authored and bradymiller committed Aug 27, 2015
1 parent 917fd19 commit 81e6668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/forms/misc_billing_options/report.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function misc_billing_options_report( $pid, $encounter, $cols, $id) {
$value=text(qual_id_to_description($key,$value));
}
$key=ucwords(str_replace("_"," ",$key));
print "<td><span class=bold>$key: </span><span class=text>$value</span></td>";
print "<td><span class=bold>$key: </span><span class=text>" . text($value) . "</span></td>";
$count++;
if ($count == $cols) {
$count = 0;
Expand Down

0 comments on commit 81e6668

Please sign in to comment.