diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-22 12:40:28 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-23 18:36:44 +0200 |
commit | 14edfa52eaccc5d7e94530ecabfa775199f9ff8e (patch) | |
tree | 0dc79dd84d6d290fb62da032ba225a4de69453d6 /core/templates/layout.guest.php | |
parent | c478234f6a0a510797e8308df1410c38093f1c7c (diff) | |
download | nextcloud-server-14edfa52eaccc5d7e94530ecabfa775199f9ff8e.tar.gz nextcloud-server-14edfa52eaccc5d7e94530ecabfa775199f9ff8e.zip |
input field adjustments for new full-color background on log in
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r-- | core/templates/layout.guest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 23fd4569e11..29e1debdfdb 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -45,6 +45,7 @@ <footer> <p class="info"> <?php print_unescaped($defaults->getLongFooter()); ?> - </p></footer> + </p> + </footer> </body> </html> |