fix cron errors to only appear in one line instead of introducing another list

This commit is contained in:
Jan-Christoph Borchardt 2015-05-07 16:19:14 +02:00
parent 2344298954
commit 3abaf34709
1 changed files with 1 additions and 3 deletions

View File

@ -158,9 +158,7 @@ if ($_['cronErrors']) {
<br>
<ol>
<?php foreach(json_decode($_['cronErrors']) as $error) { if(isset($error->error)) {?>
<li><?php p($error->error) ?></li>
<ul><li><?php p($error->hint) ?></li></ul>
<li><?php p($error->error) ?> <?php p($error->hint) ?></li>
<?php }};?>
</ol>
</li>