From: Hypolite Petovan Date: Sat, 12 Aug 2023 08:18:53 +0000 (+0200) Subject: [frio] Add a
tag to the home page default template X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a966993c54c186e21d6a10c2414cbbfa170ec03b;p=friendica.git [frio] Add a
tag to the home page default template - This is required to make page wrapper display correctly --- diff --git a/view/theme/frio/php/default.php b/view/theme/frio/php/default.php index a75207a206..74c30f6f7b 100644 --- a/view/theme/frio/php/default.php +++ b/view/theme/frio/php/default.php @@ -137,12 +137,12 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser"; '; } else { echo ' -
'; +
'; if (!empty($page['content'])) { echo $page['content']; } echo ' -
+
'; } ?>