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:
Diffstat (limited to 'core/templates/layout.public.php')
-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 } ?>