Hello,
I have added several contribs to my 6.0b2 machine here and have noticed that some of these contribs don't render HTML tables right - resulting in information that is linear and hard to read.
Affected contribs include Darrel May's diskuage (ibays and users,) Jesper Knudsen's SpamAssasin (WBL List,) and Darrel May's backup2ws (backup jobs.)
A peek at the HTML source code of the backup2ws page shows the problem:
<b>Current list of backup jobs:</b></p><table cellpadding="4" border="1" cellspacing="1"></table><tr><td class="sme-border" colspan="1"><b>Job #</b></td>
<td class="sme-border" colspan="1"><b>Description</b></td>
<td class="sme-border" colspan="1"><b>Method</b></td>
<td class="sme-border" colspan="1"><b>Destination</b></td>
<td class="sme-border" colspan="1"><b>Scheduled</b></td>
... and so on. Obviously, the </table> tag shouldn't be there at all, and it does appear at the end of the table where it should. This is the case for all three contribs.
Is there any way for a relative newbie to find and correct this error so the tables render correctly?
Thanks for your help!