diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2023-09-18 16:06:18 +0200 |
---|---|---|
committer | Richard Steinmetz <richard@steinmetz.cloud> | 2023-09-19 21:57:01 +0200 |
commit | 9a5a392bf9b622d942b6cc8b41ef8b0d7f282fd6 (patch) | |
tree | 2319ab10cc15a2da61b724a02d8bf0f0b3d42660 /core/templates | |
parent | ec72121153b3f9ea0019fc5c3910f345e55c1628 (diff) | |
download | nextcloud-server-9a5a392bf9b622d942b6cc8b41ef8b0d7f282fd6.tar.gz nextcloud-server-9a5a392bf9b622d942b6cc8b41ef8b0d7f282fd6.zip |
fix: content info footer on guest pages
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.guest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 69acb6be375..7a741d33a74 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -47,7 +47,7 @@ p($theme->getTitle()); </main> </div> </div> - <footer role="contentinfo"> + <footer role="contentinfo" class="guest-box"> <p class="info"> <?php print_unescaped($theme->getLongFooter()); ?> </p> |