From f8fe47ae88515efe9cdefde4af74baed43f0ee1e Mon Sep 17 00:00:00 2001 From: Hannes Heute Date: Tue, 30 Jul 2024 22:13:08 +0200 Subject: [PATCH] removed some superfluous spaces in doctype tags --- view/php/default.php | 2 +- view/php/minimal.php | 2 +- view/theme/frio/php/default.php | 2 +- view/theme/frio/php/minimal.php | 2 +- view/theme/frio/php/standard.php | 2 +- view/theme/smoothly/php/default.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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'] ?>