diff --git a/libs/plugins/function.html_options.php b/libs/plugins/function.html_options.php index c4156ca2..85b05f7d 100644 --- a/libs/plugins/function.html_options.php +++ b/libs/plugins/function.html_options.php @@ -90,7 +90,7 @@ function smarty_function_html_options($params, $smarty, $template) if (!empty($name)) { $_html_result = '' . "\n"; - } + } return $_html_result; } @@ -111,7 +111,7 @@ function smarty_function_html_options_optoutput($key, $value, $selected) function smarty_function_html_options_optgroup($key, $values, $selected) { - $optgroup_html = '' . "\n"; + $optgroup_html = '' . "\n"; foreach ($values as $key => $value) { $optgroup_html .= smarty_function_html_options_optoutput($key, $value, $selected); }