fix charset to be 100% html5. Now it should be matching dknight's pull

This commit is contained in:
rany 2020-08-30 01:11:21 -03:00
parent 402ec201cf
commit b92931519a
1 changed files with 1 additions and 1 deletions

2
bb.sh
View File

@ -914,7 +914,7 @@ create_includes() {
else {
echo '<!DOCTYPE html>'
echo '<html lang="en"><head>'
echo '<meta http-equiv="Content-type" content="text/html;charset=UTF-8">'
echo '<meta charset="UTF-8">'
echo '<meta name="viewport" content="width=device-width, initial-scale=1.0">'
printf '<link rel="stylesheet" href="%s" type="text/css">\n' "${css_include[@]}"
if [[ -z $global_feedburner ]]; then