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 402ec201cf - Show all commits

2
bb.sh
View File

@ -913,7 +913,7 @@ create_includes() {
if [[ -f $header_file ]]; then cp "$header_file" .header.html
else {
echo '<!DOCTYPE html>'
echo '<html><head>'
echo '<html lang="en"><head>'
echo '<meta http-equiv="Content-type" content="text/html;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[@]}"