diff options
Diffstat (limited to 'update-html.sh')
| -rwxr-xr-x | update-html.sh | 1 |
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" } |
