Content deleted Content added
No edit summary |
No edit summary |
||
Line 14:
-- append the suffix to the date width or set to auto
if (tonumber(datewidth) or -1) >= 0 then
datewidth = tonumber(datewidth) .. '
else
datewidth = 'auto'
|