diff --git a/select.inc.php b/select.inc.php index ff89274c..ab7afcd0 100644 --- a/select.inc.php +++ b/select.inc.php @@ -233,7 +233,7 @@ for (var i=0; > i; i++) { if (!$j) { echo '' . (count($select) == count($group) ? '' : ''); foreach ($row as $key => $val) { - echo '' . htmlspecialchars($key) . ""; + echo '' . htmlspecialchars($key) . ""; } echo "\n"; }