From 893d9baff1a08f783e9e6ac5e0ab86fab793d904 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Fri, 7 Oct 2022 21:53:02 +0200 Subject: [PATCH] Remove unneeded trailing slash of void elements HTML void elements should not use trailing slashes: https://github.com/validator/validator/wiki/Markup-%C2%BB-Void-elements#trailing-slashes This removes (hopefully) all of them Note: SVG images do need them. --- _includes/footer.html | 6 ++--- _includes/header.html | 2 +- _includes/headtags.html | 50 +++++++++++++++++++------------------- _includes/screenshot.html | 2 +- _layouts/kblist.html | 2 +- _layouts/mainhomepage.html | 2 +- _layouts/post.html | 2 +- _layouts/redirect.html | 6 ++--- wiki/en/misc/1-index.html | 2 +- 9 files changed, 37 insertions(+), 37 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 308cf3557..2fac1bcf1 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,19 +2,19 @@
- {{ site.data.general.footer.alt.github }} + {{ site.data.general.footer.alt.github }}
- {{ site.data.general.footer.alt.facebook }} + {{ site.data.general.footer.alt.facebook }}
- {{ site.data.general.footer.alt.help }} + {{ site.data.general.footer.alt.help }}