diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-09-23 14:25:49 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-11-02 14:57:46 +0100 |
commit | f62032e5c25eaf409dd7680f450debe1fca622ed (patch) | |
tree | f6575a8af6d37d4baf8c9f5097105d8fa205bd78 /core/templates/layout.guest.php | |
parent | 32ac5e7af81eee5a53e24568d779f5fb6e30583d (diff) | |
download | nextcloud-server-f62032e5c25eaf409dd7680f450debe1fca622ed.tar.gz nextcloud-server-f62032e5c25eaf409dd7680f450debe1fca622ed.zip |
chore: Compile CSS assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'core/templates/layout.guest.php')
-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 450f8caf676..eed6af129d8 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -49,7 +49,7 @@ p($theme->getTitle()); </div> <?php $longFooter = $theme->getLongFooter(); - ?> +?> <footer class="guest-box <?php if ($longFooter === '') { p('hidden'); } ?>"> |