Content deleted Content added
What if we use a NBSP instead of a regular space? |
Update to latest live version |
||
Line 91:
:addClass('infobox')
:css{
display = 'table',
width = '100%',
float = 'initial',
['max-width'] = '
margin = 'auto',
['text-align'] = 'center',
Line 146 ⟶ 147:
local dayString = dayStrings[cellCount]
if not dayString then
dayString = "
end
otherDayRow:tag('td')
|