Skip to content
Snippets Groups Projects
Commit a7a6e904 authored by Roy Grönroos's avatar Roy Grönroos
Browse files

Merge branch 'html-fail' into 'main'

Fix SiteGen html formatting

See merge request !1
parents b1417e49 154b1571
Branches main
No related tags found
1 merge request!1Fix SiteGen html formatting
Pipeline #45022 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