Fix week-label of the timeline

This commit is contained in:
Johannes Meyer 2015-02-23 17:11:23 +01:00
parent 77fa2f7c2b
commit 676f10bb87
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class Monitoring_TimelineController extends Controller
case '1d':
return $this->getDateFormat();
case '1w':
return '\W\e\ek #W\<b\r\>\of Y';
return '\W\e\ek W\<b\r\>\of Y';
case '1m':
return 'F Y';
case '1y':