From cfd4c93d887f28850f17100b187b40c41a53e77b Mon Sep 17 00:00:00 2001 From: Aman Verma Date: Sat, 12 Nov 2022 14:27:52 -0600 Subject: [PATCH] Don't generate redundant . Quoting from the HTML specification[1]: 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. So we remove the with the http-equiv attribute from our template. [1]: https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-content-type --- src/theme/index.hbs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/theme/index.hbs b/src/theme/index.hbs index 0321e141..52089745 100644 --- a/src/theme/index.hbs +++ b/src/theme/index.hbs @@ -15,7 +15,6 @@ {{> head}} -