mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 09:08:22 -04:00
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
1 changed files with 1 additions and 3 deletions
|
|
@ -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 a new issue