diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 4f522220..093c8240 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -421,9 +421,9 @@ class lamList { echo " type . "')\"" . " type=\"checkbox\" name=\"" . $info[$i]['LAM_ID'] . "\">\n"; } - echo " "; + echo " "; $this->listPrintToolLinks($info[$i], $info[$i]['LAM_ID']); - echo "\n"; + echo "\n"; for ($k = 0; $k < sizeof($this->attrArray); $k++) { echo (""); $attrName = strtolower($this->attrArray[$k]);