summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.guest.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-22 12:40:28 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-23 18:36:44 +0200
commit14edfa52eaccc5d7e94530ecabfa775199f9ff8e (patch)
tree0dc79dd84d6d290fb62da032ba225a4de69453d6 /core/templates/layout.guest.php
parentc478234f6a0a510797e8308df1410c38093f1c7c (diff)
downloadnextcloud-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.php3
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>