The first day of each month is not offset when it should be. For example, in September, the 1st is a Monday and the Sunday to the left of it should be blank. But on my calendar,
http://wacsc.com/cgi_bin/calendar/calendar.pl , Sunday is the first, all the way through Friday as the 6th, and Saturday is blank. Weeks 2 through 4/5 are fine. It does this on all months requiring an offset for the 1st.
I've tried reverting back to the default templates, problem still exists. (Also, running debug.pl shows that none of my files exist, so I shouldn't see a calendar at all. Odd?) I can see the problem in the generated HTML, but can't conceive of the cause. Here's the funky HTML:
code:
<tr><COLSPAN=3 > </td>
Notice the missing 'TD' preceding the 'COLSPAN' attribute. That's the cause, but what causes it?