diff options
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> |