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:
parent
7b9e319438
commit
d045dddfb0
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue