Calendar: Fix missing space in date header for week view when 2 months are shown with a d.m.Y format

This commit is contained in:
nathan 2022-08-26 16:16:04 -06:00
parent 12ef8163b4
commit 86baaad9d0

View File

@ -3961,7 +3961,7 @@ export class CalendarApp extends EgwApp
{
if (!month_before_day)
{
range += egw.lang(flatpickr.formatDate(first_format, "F"));
range += " " + egw.lang(flatpickr.formatDate(first_format, "F"));
}
if (first.getFullYear() != last.getFullYear() && datefmt[0] != 'Y')
{