removed some superfluous spaces in doctype tags

This commit is contained in:
Hannes Heute 2024-07-30 22:13:08 +02:00
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>