From ebda7da2a2182fe187905b47bc2af8f94b4942ab Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 19 Dec 2010 13:51:59 +0000 Subject: [PATCH] rounded corners for fieldsets --- lam/lib/html.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/html.inc b/lam/lib/html.inc index b8f6e939..ee7fb99a 100644 --- a/lam/lib/html.inc +++ b/lam/lib/html.inc @@ -1766,7 +1766,7 @@ class htmlFieldset extends htmlElement { * @return array List of input field names and their type (name => type) */ function generateHTML($module, $input, $values, $restricted, &$tabindex, $scope) { - echo "
\n"; + echo "
\n"; // generate legend if (($this->label != null) || ($this->labelImage != null)) { echo "";