diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-07-26 15:01:27 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-07-26 15:12:33 +0200 |
commit | 39e163a19236713463aa56028e71a04ef1f13052 (patch) | |
tree | e27dd1256055f188db6333c23ef00eefc86daa9b /core/templates | |
parent | 87dc0614d703536843b878808a2721899df798b4 (diff) | |
download | nextcloud-server-39e163a19236713463aa56028e71a04ef1f13052.tar.gz nextcloud-server-39e163a19236713463aa56028e71a04ef1f13052.zip |
fix(styles): Make sure footer with legal links is shown correctly
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.public.php b/core/templates/layout.public.php index 3ce34ece9f5..350bfee244d 100644 --- a/core/templates/layout.public.php +++ b/core/templates/layout.public.php @@ -119,7 +119,7 @@ if (isset($template) && $template->getActionCount() !== 0) { <?php if ($_['showSimpleSignUpLink']) { ?> - <p> + <p class="footer__simple-sign-up"> <a href="<?php p($_['signUpLink']); ?>" target="_blank" rel="noreferrer noopener"> <?php p($l->t('Get your own free account')); ?> </a> |