summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-06 15:27:21 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-06 15:27:21 +0100
commitdb02edd7c8aebace8b32d358d9c7302f4e3732f1 (patch)
tree17dd6d430c4e8f5df943f551a27e63cf1da63565 /settings/templates
parentd11f040720b2142bc158d6cd3db63bb977bf937a (diff)
downloadnextcloud-server-db02edd7c8aebace8b32d358d9c7302f4e3732f1.tar.gz
nextcloud-server-db02edd7c8aebace8b32d358d9c7302f4e3732f1.zip
adjust list of errors, more compact and readable
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index b6326108bf6..132fd86a3f3 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -225,7 +225,7 @@ if ($_['cronErrors']) {
<h2><?php p($l->t('Configuration Checks'));?></h2>
<div class="loading"></div>
<div class="success hidden"><?php p($l->t('No problems found'));?></div>
- <div class="errors hidden"></div>
+ <ul class="errors hidden"></ul>
<div class="hint hidden">
<span class="setupwarning"><?php
print_unescaped($l->t('Please double check the <a href=\'%s\'>installation guides</a>.', \OC_Helper::linkToDocs('admin-install')));