Quote:
Originally Posted by Mr.619
There are duplicate specifications of attribute "class".
Example:
Code:
<td class="alt2" height="100" width="14%" class="daybox">
|
Same problem here. Another solution is to simply combine the class attributes:
Code:
<td class="alt2 daybox" height="100" width="14%">
Installed. Awesome mod; hope this gets integrated into the official release as it looks so much better than the regular calendar.