Add output file extension to .html

pull/7/head
mdPlusPlus 1 year ago
parent 4e7d434f74
commit 83b5bc30f4

5
.gitignore vendored

@ -1,8 +1,7 @@
# Generated HTML
/output/index.php
/output/*.html
# Kate
*.kate-swp
# Debug HTML
/output/*.html

@ -50,7 +50,7 @@
);
// path for HTML output
$output = "output/index.php";
$output = "output/index.html";
// run main function

Loading…
Cancel
Save