make html5 compatible #5

Merged
ben merged 3 commits from :push2 into master 2020-08-31 15:38:10 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b92931519a - Show all commits

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