[Pkg-owncloud-commits] [owncloud] 16/123: fix cron errors to only appear in one line instead of introducing another list

David Prévot taffit at moszumanska.debian.org
Tue May 19 23:55:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 3abaf34709e0c28aa4065d7644c58efa7f30e99e
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Thu May 7 16:19:14 2015 +0200

    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 1fc8c9f..1e76b99 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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list