diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-12-12 16:45:56 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-12-12 16:45:56 +0100 |
commit | 21fbcba68d3ce49bf31960276c0cbfe0f158dda4 (patch) | |
tree | 7f358df91cc35ea92b187f9b74747c37ffd87a92 /core/templates/layout.guest.php | |
parent | 133cbd16e4d29aa3076831c33b0742ead6d8fab5 (diff) | |
download | nextcloud-server-21fbcba68d3ce49bf31960276c0cbfe0f158dda4.tar.gz nextcloud-server-21fbcba68d3ce49bf31960276c0cbfe0f158dda4.zip |
Removed unwanted and unused spacer
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r-- | core/templates/layout.guest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index ce0eccb971d..4d06fc294d5 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -38,7 +38,6 @@ </header> <?php endif; ?> <?php print_unescaped($_['content']); ?> - <div class="push"></div><!-- for sticky footer --> </div> </div> <footer role="contentinfo"> |