From a7d9192c0b3b7dc5c4aa5bd889db93379dfeac3b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 3 Jan 2015 14:08:43 -0800 Subject: [PATCH] 4.x support prediction --- httemplate/elements/tr-select-from_to.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/elements/tr-select-from_to.html b/httemplate/elements/tr-select-from_to.html index 57b2388b1..1224de68a 100644 --- a/httemplate/elements/tr-select-from_to.html +++ b/httemplate/elements/tr-select-from_to.html @@ -39,7 +39,7 @@ my %hash = ( 'show_month_abbr' => 1, 'start_year' => '1999', - 'end_year' => '2016', + 'end_year' => '2017', @_, ); -- 2.11.0