Merge pull request #16168 from owncloud/cron-errors
fix cron errors to only appear in one line instead of introducing another list
This commit is contained in:
commit
ebf3953908
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue