diff --git a/libs/plugins/function.html_options.php b/libs/plugins/function.html_options.php index 11d3eb77..04f84981 100644 --- a/libs/plugins/function.html_options.php +++ b/libs/plugins/function.html_options.php @@ -89,7 +89,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); }