mirror of
https://github.com/friendica/friendica
synced 2024-11-17 22:23:41 +00:00
removed some superfluous spaces in doctype tags
This commit is contained in:
parent
2c9f312e33
commit
f8fe47ae88
6 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html >
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><?php if(!empty($page['title'])) echo $page['title'] ?></title>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
?>
|
||||
<!DOCTYPE html >
|
||||
<!DOCTYPE html>
|
||||
<?php
|
||||
|
||||
use Friendica\DI;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html >
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><?php if(!empty($page['title'])) echo $page['title'] ?></title>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html >
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><?php if(!empty($page['title'])) echo $page['title'] ?></title>
|
||||
|
|
Loading…
Reference in a new issue