From f6189b4727d4b4446263472f3ef6e5f827e41a18 Mon Sep 17 00:00:00 2001 From: Muhammad Muhajir Date: Fri, 26 Apr 2019 11:23:26 +0700 Subject: [PATCH] Add lang attribute to html template I got warning in Visual Studio Code saying ``` The head element represents a collection of metadata for the Document. A11y: element should have a lang attributesvelte(a11y-missing-attribute) ``` And this fix the problem --- src/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template.html b/src/template.html index 566cb56..a692a3d 100644 --- a/src/template.html +++ b/src/template.html @@ -1,5 +1,5 @@ - +