From 5ddc1909731c118e2de9451e78e3fea9be835052 Mon Sep 17 00:00:00 2001 From: sunsetsystems Date: Tue, 11 Dec 2007 20:47:49 +0000 Subject: [PATCH] minor cosmetic change --- interface/patient_file/summary/demographics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/patient_file/summary/demographics.php b/interface/patient_file/summary/demographics.php index dc8b3ad29..5e08bd117 100644 --- a/interface/patient_file/summary/demographics.php +++ b/interface/patient_file/summary/demographics.php @@ -196,7 +196,7 @@ while ($frow = sqlFetchArray($fres)) { // Handle starting of a new row. if (($titlecols > 0 && $cell_count >= $CPR) || $cell_count == 0) { end_row(); - echo " "; + echo " "; if ($group_name) { echo "$group_name"; $group_name = ''; -- 2.11.4.GIT