From a6e2e74ced2c2a0aa816b2002c5d7d037b45f436 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 27 Oct 2018 17:50:14 +0200 Subject: [PATCH] page: closing xml slash in head meta tags Uniform formatting that validates as XHTML. Cherry-picked from Lijtweg. --- head.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/head.inc.php b/head.inc.php index b2b64cc..ff63971 100644 --- a/head.inc.php +++ b/head.inc.php @@ -1,11 +1,11 @@ - + <?= htmlspecialchars($Place['title']) ?> - + -- 2.30.0