Skip to content

Commit

Permalink
Fix vitals popup encounter (openemr#2264)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurige-matrix authored and bradymiller committed Mar 6, 2019
1 parent 31ee578 commit ed406bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/forms/vitals/report.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function vitals_report($pid, $encounter, $cols, $id, $print = true)
}
} elseif ($key == "Weight") {
$convValue = number_format($value*0.45359237, 2);
$vitals.="<td><div class='bold'>" . xlt($key) . ": </div><div class='text'>";
$vitals.="<td><div class='bold' style='display:inline-block'>" . xlt($key) . ": </div><div class='text' style='display:inline-block'>";
// show appropriate units
$mode=$GLOBALS['us_weight_format'];
if ($GLOBALS['units_of_measurement'] == 2) {
Expand Down

0 comments on commit ed406bc

Please sign in to comment.