From: Hannes Heute Date: Tue, 30 Jul 2024 20:13:08 +0000 (+0200) Subject: removed some superfluous spaces in doctype tags X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f8fe47ae88515efe9cdefde4af74baed43f0ee1e;p=friendica.git removed some superfluous spaces in doctype tags --- diff --git a/view/php/default.php b/view/php/default.php index 1280843ca4..5d19fd3fbd 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -1,4 +1,4 @@ - + <?php if(!empty($page['title'])) echo $page['title'] ?> diff --git a/view/php/minimal.php b/view/php/minimal.php index 76e14ebe58..8562e6f307 100644 --- a/view/php/minimal.php +++ b/view/php/minimal.php @@ -1,4 +1,4 @@ - + <?php if(!empty($page['title'])) echo $page['title'] ?> diff --git a/view/theme/frio/php/default.php b/view/theme/frio/php/default.php index 02e073a364..abc29a1dda 100644 --- a/view/theme/frio/php/default.php +++ b/view/theme/frio/php/default.php @@ -21,7 +21,7 @@ */ ?> - + + <?php if(!empty($page['title'])) echo $page['title'] ?> diff --git a/view/theme/frio/php/standard.php b/view/theme/frio/php/standard.php index fb993e6138..83421037df 100644 --- a/view/theme/frio/php/standard.php +++ b/view/theme/frio/php/standard.php @@ -25,7 +25,7 @@ use Friendica\DI; $frio = 'view/theme/frio'; ?> - + <?php if(!empty($page['title'])) echo $page['title'] ?> diff --git a/view/theme/smoothly/php/default.php b/view/theme/smoothly/php/default.php index 74cf4a3630..744410d86d 100644 --- a/view/theme/smoothly/php/default.php +++ b/view/theme/smoothly/php/default.php @@ -1,4 +1,4 @@ - + <?php if(!empty($page['title'])) echo $page['title'] ?>