diff --git a/functions/functions.xhtml.php b/functions/functions.xhtml.php index 1813140f..ce663398 100644 --- a/functions/functions.xhtml.php +++ b/functions/functions.xhtml.php @@ -111,7 +111,7 @@ function xhtml_table($content,$fields,$head = false,$class = "tclass",$highlight { $tot = array(); if ($class == "tclass") $class = "table-hover table-bordered table-condensed tclass"; - print "
| "; @@ -151,9 +151,12 @@ function xhtml_table($content,$fields,$head = false,$class = "tclass",$highlight print $tot[$e]; print " | "; } - print "