From bad95c1621b2483f7d512232f34f731960748fa4 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 5 Feb 2013 19:10:34 +0000 Subject: [PATCH] fixed text area help icon --- 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 a363e9fd..2e673824 100644 --- a/lam/lib/html.inc +++ b/lam/lib/html.inc @@ -2012,7 +2012,7 @@ class htmlTableExtendedInputTextarea extends htmlInputTextarea { $return = parent::generateHTML($module, $input, $values, $restricted, $tabindex, $scope); // print help link if ($this->helpID != null) { - echo "\n\n\n"; + echo "\n\n\n"; $helpLink = new htmlHelpLink($this->helpID); $helpLink->generateHTML($module, $input, $values, $restricted, $tabindex, $scope); }