10 lines
159 B
HTML
10 lines
159 B
HTML
<p>table of cronjobs should not result in empty ems:</p>
|
|
<table>
|
|
<thead>
|
|
<tr><th>cron</th></tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr><td>* * * * *</td></tr>
|
|
</tbody>
|
|
</table>
|