diff options
Diffstat (limited to 'core/templates')
-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 2f3bf8752cd..ba0147e6733 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -45,7 +45,8 @@ <p class="info"> <?php OC_Util::getEditionString() === '' ? '' : p('© 2013 '); ?> <a href="<?php p(OC_Defaults::getBaseUrl())?>"> - <?php p(OC_Defaults::getEntity()); ?></a> – + <?php p(OC_Defaults::getEntity()); ?></a> + <?php OC_Util::getEditionString() === '' ? print_unescaped(' – ') : print_unescaped('<br/>'); ?> <?php p(OC_Defaults::getSlogan()); ?></p></footer> </body> </html> |