removed some superfluous spaces in doctype tags

This commit is contained in:
Hannes Heute 2024-07-30 22:13:08 +02:00
parent 2c9f312e33
commit f8fe47ae88
6 changed files with 6 additions and 6 deletions

View 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>

View file

@ -1,4 +1,4 @@
<!DOCTYPE html >
<!DOCTYPE html>
<html>
<head>
<title><?php if(!empty($page['title'])) echo $page['title'] ?></title>

View file

@ -21,7 +21,7 @@
*/
?>
<!DOCTYPE html >
<!DOCTYPE html>
<?php
use Friendica\DI;

View file

@ -1,4 +1,4 @@
<!DOCTYPE html >
<!DOCTYPE html>
<html>
<head>
<title><?php if(!empty($page['title'])) echo $page['title'] ?></title>

View 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>

View file

@ -1,4 +1,4 @@
<!DOCTYPE html >
<!DOCTYPE html>
<html>
<head>
<title><?php if(!empty($page['title'])) echo $page['title'] ?></title>