]> git.mxchange.org Git - friendica.git/commitdiff
removed some superfluous spaces in doctype tags
authorHannes Heute <haheute@posteo.de>
Tue, 30 Jul 2024 20:13:08 +0000 (22:13 +0200)
committerHannes Heute <haheute@posteo.de>
Tue, 30 Jul 2024 20:13:08 +0000 (22:13 +0200)
view/php/default.php
view/php/minimal.php
view/theme/frio/php/default.php
view/theme/frio/php/minimal.php
view/theme/frio/php/standard.php
view/theme/smoothly/php/default.php

index 1280843ca4f9ea9af7b7c716d986112321c3e402..5d19fd3fbd470a2c743e4ab44283a5f1a9d2c9a5 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html >
+<!DOCTYPE html>
 <html itemscope itemtype="http://schema.org/Blog" lang="<?php echo $lang; ?>">
 <head>
   <title><?php if(!empty($page['title'])) echo $page['title'] ?></title>
index 76e14ebe582974a74f6524fcf00dab8aaeff8eb6..8562e6f307f8a62d75c9218d76d3b1d5251bade9 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html >
+<!DOCTYPE html>
 <html>
 <head>
   <title><?php if(!empty($page['title'])) echo $page['title'] ?></title>
index 02e073a364ae9c11a8430089a07f6181e600a503..abc29a1ddaa41795cb2a9dcbe259d363328082d6 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 ?>
-<!DOCTYPE html >
+<!DOCTYPE html>
 <?php
 
 use Friendica\DI;
index cdf3538b30fbf56ea46030a9633d21598dee1561..2487165697e342aec1cca25779aa3e17a342800b 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html >
+<!DOCTYPE html>
 <html>
 <head>
        <title><?php if(!empty($page['title'])) echo $page['title'] ?></title>
index fb993e61381e622a1eb26dc8e507b81761326ed7..83421037df540294e5b86fc7feaa5bce0760fca9 100644 (file)
@@ -25,7 +25,7 @@ use Friendica\DI;
 $frio = 'view/theme/frio';
 
 ?>
-<!DOCTYPE html >
+<!DOCTYPE html>
 <html>
 <head>
        <title><?php if(!empty($page['title'])) echo $page['title'] ?></title>
index 74cf4a363074135085588d2afeef27cc915a23da..744410d86d1f91d0f0c8581b74059ac8648ae29f 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html >
+<!DOCTYPE html>
 <html>
 <head>
   <title><?php if(!empty($page['title'])) echo $page['title'] ?></title>