Skip to content
Snippets Groups Projects
Commit faf6cc6f authored by Olli Piili's avatar Olli Piili
Browse files

Html error fix

parent 4daba7d3
No related branches found
No related tags found
2 merge requests!2Html error fix,!1Html error fix
Pipeline #45063 passed
......@@ -18,7 +18,7 @@ class SiteGen {
"<h1>" + siteTitle + "</h1>" +
"<ul>" + movieList.stream().map(i -> "<li>"+ i + "</li>").collect(Collectors.joining()) + "</ul>" +
"</body>" +
"<html>";
"</html>";
public static void main(String args[]) throws Exception {
Files.createDirectory(Paths.get("public/"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment