summaryrefslogtreecommitdiff
path: root/update-html.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update-html.sh')
-rwxr-xr-xupdate-html.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update-html.sh b/update-html.sh
index d7b48e8..4f235e1 100755
--- a/update-html.sh
+++ b/update-html.sh
@@ -31,6 +31,7 @@ md2ht() {
echo "<body>"
sed "1 a $nav" < "$src" | markdown2 -x "$md2ext"
echo "</body>"
+ echo "</html>"
} > "$dst"
}