From 2057558a05c4f2e494d9151208c0714079e1ee4c Mon Sep 17 00:00:00 2001
From: alessandro <3762382+potaito@users.noreply.github.com>
Date: Thu, 29 Dec 2022 13:19:36 +0100
Subject: [PATCH] Remove trailing slash from closing tag
According to https://validator.w3.org trailing slashes
like these should not be used:
"Trailing slash on void elements has no effect
and interacts badly with unquoted attribute values"
It's just an INFO message, but doesn't hurt to adhere
to the recommendation I think.
---
lib/template.html | 72 +++++++++++++++++++++++------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
diff --git a/lib/template.html b/lib/template.html
index 981aa9a..9a86f1e 100755
--- a/lib/template.html
+++ b/lib/template.html
@@ -3,123 +3,123 @@