diff --git a/lam/lib/html.inc b/lam/lib/html.inc index b0696e09..d69669a0 100644 --- a/lam/lib/html.inc +++ b/lam/lib/html.inc @@ -2290,7 +2290,7 @@ class htmlHiddenInput extends htmlElement { * @return array List of input field names and their type (name => type) */ function generateHTML($module, $input, $values, $restricted, &$tabindex, $scope) { - echo ''; + echo ''; return array($this->name => 'hidden'); }