Image/reflection/duplication of column row name in timetable?

Why does it look like I have an image of the column row name and time in the periods? The name and short name are unique for the school year.

Look at
SE MNG DRLL
08:00 - 08:45

Looks like the length of the timetable slot is causing it to use slightly different font sizes for the background and foreground, I’ll check this out in the code.

Hi Tieku, this is now fixed in v24, the relevant change is on line 1400: https://github.com/GibbonEdu/core/commit/d514eb6531d1006a664ce02ddcc89ca8469d8730 Thanks!

I am running v23.0.01. in modules/Timetable/moduleFunctions.php /

You have line 116: $startDayStamp = preg_replace(‘/[^0-9]/’, ‘’, $startDayStamp);

Mine is blank.
Just to say the files and therefore the line numbers do not match.

Hi Tieku,

The commit above was based on v24, so the line numbers may indeed be different for v23, you may need to look above or below that area in the code to find the corresponding changes.