aboutsummaryrefslogtreecommitdiffstats
path: root/include/smarty/libs/plugins/function.html_select_date.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/smarty/libs/plugins/function.html_select_date.php')
-rw-r--r--include/smarty/libs/plugins/function.html_select_date.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/smarty/libs/plugins/function.html_select_date.php b/include/smarty/libs/plugins/function.html_select_date.php
index e5eb18307..ede9c7be1 100644
--- a/include/smarty/libs/plugins/function.html_select_date.php
+++ b/include/smarty/libs/plugins/function.html_select_date.php
@@ -268,7 +268,7 @@ function smarty_function_html_select_date($params, &$smarty)
if (null !== $year_extra){
$year_result .= ' ' . $year_extra;
}
- $year_result .= ' />';
+ $year_result .= '>';
} else {
$years = range((int)$start_year, (int)$end_year);
if ($reverse_years) {