Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-15 09:11:13 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-15 09:38:20 +0300
commit5e867d6415591be62e101306a42b48eeeaaa3489 (patch)
treeabc53bff38159ec8f465518fae688b3fd20421bb /core/templates
parentf014d31551813175e1ebf8ced61100b2db6bc02d (diff)
Fix footer and public min-height
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.public.php b/core/templates/layout.public.php
index 74ce43d4f88..13baf194010 100644
--- a/core/templates/layout.public.php
+++ b/core/templates/layout.public.php
@@ -78,7 +78,7 @@
</div>
<?php if(isset($template) && $template->getFooterVisible()) { ?>
<footer>
- <p class="info"><?php print_unescaped($theme->getLongFooter()); ?></p>
+ <p><?php print_unescaped($theme->getLongFooter()); ?></p>
</footer>
<?php } ?>