diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-08-15 08:11:13 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-08-15 08:38:20 +0200 |
commit | 5e867d6415591be62e101306a42b48eeeaaa3489 (patch) | |
tree | abc53bff38159ec8f465518fae688b3fd20421bb /core/templates | |
parent | f014d31551813175e1ebf8ced61100b2db6bc02d (diff) | |
download | nextcloud-server-5e867d6415591be62e101306a42b48eeeaaa3489.tar.gz nextcloud-server-5e867d6415591be62e101306a42b48eeeaaa3489.zip |
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.php | 2 |
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 } ?> |