page: closing xml slash in head meta tags
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 27 Oct 2018 15:50:14 +0000 (17:50 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sun, 10 Feb 2019 22:52:35 +0000 (23:52 +0100)
Uniform formatting that validates as XHTML.
Cherry-picked from Lijtweg.

head.inc.php

index b2b64cc6224b07835bc6e144067367019b3203d5..ff6397197f01bfb405bfaf14690ea06266117071 100644 (file)
@@ -1,11 +1,11 @@
 <!DOCTYPE html>
 <html lang="nl">
 <head>
-       <meta charset="utf-8">
+       <meta charset="utf-8" />
 <?php if (!empty($Place['title'])) { ?>
        <title><?= htmlspecialchars($Place['title']) ?></title>
 <?php } ?>
-       <meta name="viewport" content="width=device-width">
+       <meta name="viewport" content="width=device-width" />
        <!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script><![endif]-->
 <?php if (!empty($Place['image'])) { ?>
        <meta property="og:image" content="https://<?= $_SERVER['HTTP_HOST'] . htmlspecialchars($Place['image']) ?>" />