Dear Maintainer,
It seems like the HTML format is not correctly parsed in some cases.
Tested with PHP and Disk Space services, but others may also be affected.
When the above scripts run as HTML output, the "bgcolor=#dddddd" doesn't get applied and all the output lines are unformatted (bold in this case).
Example:
OK in SSHD output:
...
<tr>
<td bgcolor=#dddddd> 192.168.0.251: 23 Times
</td>
...
NOK in Disk Space output:
...
<tr>
<th align=left>/dev/root 29G 2.3G 25G 9% /
</th>
...
Thanks