summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index cfa9d3b..c0aedbd 100755
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,6 @@
#!/bin/sh
-header='<!DOCTYPE html>
-<meta charset="UTF-8">
+header='<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
@@ -29,6 +28,7 @@ genhtml() (
exec 1>index.html
# Header
+ echo "<!DOCTYPE html>"
echo "<title>$title</title>"
echo "<!-- generated by build.sh. DO NOT EDIT. -->"
echo "$header"