Skip to content
Snippets Groups Projects
Commit 0f5cffec authored by Zoran Duric's avatar Zoran Duric
Browse files

Merge branch 'test-investigation' into 'main'

FIX: enclosing html tag

See merge request !1
parents 41c987b3 2c4f5a86
No related branches found
No related tags found
1 merge request!1FIX: enclosing html tag
Pipeline #65363 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