From 676f10bb87d2b1f1c1088332e0dcecd707e986fb Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 23 Feb 2015 17:11:23 +0100 Subject: [PATCH] Fix week-label of the timeline --- .../monitoring/application/controllers/TimelineController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/controllers/TimelineController.php b/modules/monitoring/application/controllers/TimelineController.php index dcd7a10aa..f1ef32592 100644 --- a/modules/monitoring/application/controllers/TimelineController.php +++ b/modules/monitoring/application/controllers/TimelineController.php @@ -141,7 +141,7 @@ class Monitoring_TimelineController extends Controller case '1d': return $this->getDateFormat(); case '1w': - return '\W\e\ek #W\\of Y'; + return '\W\e\ek W\\of Y'; case '1m': return 'F Y'; case '1y':