Skip to content
Snippets Groups Projects
Commit a492d797 authored by 17ms's avatar 17ms
Browse files

added missing closing tag

parent 8a3fb6ff
No related branches found
No related tags found
1 merge request!1added missing closing tag
Pipeline #66493 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