mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
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:
parent
12ef8163b4
commit
86baaad9d0
@ -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')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user