From eacdf2e2ef8186d5421582276437116512f3780b Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 26 Sep 2012 01:45:37 +0800 Subject: Fix syntax error in last comment --- .../template/en/default/hook/global/user-error-errors.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/ProductDashboard/template/en/default/hook') diff --git a/extensions/ProductDashboard/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/ProductDashboard/template/en/default/hook/global/user-error-errors.html.tmpl index e8617ec2f..d8af64d31 100644 --- a/extensions/ProductDashboard/template/en/default/hook/global/user-error-errors.html.tmpl +++ b/extensions/ProductDashboard/template/en/default/hook/global/user-error-errors.html.tmpl @@ -7,6 +7,6 @@ #%] [% IF error == "product_dashboard_invalid_recent_days" %] - [% title = "Invalid Recent Days %] + [% title = "Invalid Recent Days" %] Invalid value for recent days. [% END %] -- cgit v1.2.3-24-g4f1b