From 8a1f8773c7337ceebb888bf9a059519537bb7625 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 5 Dec 2009 12:28:12 +0000 Subject: [PATCH] no line break for icons --- lam/lib/lists.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]);