From 96b5b61b52dd2588c9d31d9696b84befbcc06522 Mon Sep 17 00:00:00 2001
From: Cedric Willekens <c.s.willekens@student.tudelft.nl>
Date: Thu, 28 May 2020 21:07:14 +0200
Subject: [PATCH] Apply suggestion to
 src/main/resources/templates/home/index.html

---
 src/main/resources/templates/home/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/templates/home/index.html b/src/main/resources/templates/home/index.html
index b6ea5729..fee9071b 100644
--- a/src/main/resources/templates/home/index.html
+++ b/src/main/resources/templates/home/index.html
@@ -278,7 +278,7 @@
 						We\Visit <span th:text="#{generic.of}"></span> <span
 							th:text="${@environment.getProperty('wevisit.hospital.name')}"></span>,
 					<span th:text="#{generic.version}">Version</span>
-					<span th:text="${version}">0.0.0</span>
+					<span th:text="${version}">0.0.0</span>.
 						<br/>
 					</span>
 					Copyright &copy; <span th:text="${#dates.year(#dates.createNow())}"></span>
-- 
GitLab