From 6298fc622f64b61859e842876e6c8fcc3076141e Mon Sep 17 00:00:00 2001
From: Elma Nurmiaho <elma.m.nurmiaho@utu.fi>
Date: Mon, 11 Oct 2021 17:09:58 +0000
Subject: [PATCH] =?UTF-8?q?Update=20SiteGen.java=20-=20Vinoviiva=20lis?=
 =?UTF-8?q?=C3=A4tty?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 SiteGen.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SiteGen.java b/SiteGen.java
index 9d777ae..8743628 100644
--- a/SiteGen.java
+++ b/SiteGen.java
@@ -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/"));
-- 
GitLab