From 3abaf34709e0c28aa4065d7644c58efa7f30e99e Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Thu, 7 May 2015 16:19:14 +0200 Subject: fix cron errors to only appear in one line instead of introducing another list --- settings/templates/admin.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 1fc8c9faf7e..1e76b99215b 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -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> -- cgit v1.2.3