WebDateChooser: Add a line to the calendar, otherwise some months can be truncated.

[GB.WEB.GUI]
* BUG: WebDateChooser: Add a line to the calendar, otherwise some months can be truncated.
This commit is contained in:
gambas 2022-03-03 23:26:08 +01:00
parent 7b9e319438
commit d045dddfb0

View file

@ -172,7 +172,7 @@ Public Sub panCalendar_Render()
dDate = Date($dStart)
dNow = Date(Now)
For Y = 1 To 5
For Y = 1 To 6
Print "<tr>"
For X = 0 To 6
Print "<td";