From 1322afcf317e2b1ebad1716b9380c0ca0ac72561 Mon Sep 17 00:00:00 2001 From: Binwei Fang Date: Mon, 26 Oct 2020 16:23:09 +0800 Subject: [PATCH] fix: using `lang` attribute with empty string in html template (#5992) Fixes #5945 `lang="en"` may be wrong to users, use empty string instead. See : https://github.com/h5bp/html5-boilerplate/issues/1542 --- generator/template/public/index.html | 2 +- lib/config/index-default.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/template/public/index.html b/generator/template/public/index.html index 3d4e96efc..2a4672c1f 100644 --- a/generator/template/public/index.html +++ b/generator/template/public/index.html @@ -1,5 +1,5 @@ - + diff --git a/lib/config/index-default.html b/lib/config/index-default.html index 73453d601..53faecd1b 100644 --- a/lib/config/index-default.html +++ b/lib/config/index-default.html @@ -1,5 +1,5 @@ - +