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

View File

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