From 013e95ac897a86f785b46754cceabf1b89f8b609 Mon Sep 17 00:00:00 2001 From: chenhaoli Date: Mon, 14 Nov 2022 00:13:45 +0800 Subject: [PATCH] Fixed html errors caused by redundant `meta[http-equiv]` Quoting from the HTML specification[1] about "Specifying the document's character encoding": A document must not contain both a `meta` element with an `http-equiv` attribute in the `Encoding declaration state` and a `meta` element with the `charset` attribute present. Closes: #1919 [1]: https://html.spec.whatwg.org/dev/semantics.html#charset --- src/theme/index.hbs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/theme/index.hbs b/src/theme/index.hbs index 0321e1413f..52089745dd 100644 --- a/src/theme/index.hbs +++ b/src/theme/index.hbs @@ -15,7 +15,6 @@ {{> head}} -