From f4f0166370f2cba4d684fe43e4e45b25f7147c89 Mon Sep 17 00:00:00 2001 From: Rhys Nute <nuterd@cardiff.ac.uk> Date: Thu, 14 Dec 2023 08:07:35 +0000 Subject: [PATCH] updates --- src/main/resources/templates/businesses.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/businesses.html b/src/main/resources/templates/businesses.html index 091790d6..b9818c7d 100644 --- a/src/main/resources/templates/businesses.html +++ b/src/main/resources/templates/businesses.html @@ -14,8 +14,8 @@ <h3>Compete with Online Retailers</h3> <h3>Drive Footfall to the high street</h3> <h3>Increase Sales</h3> -<ul th:each="business:${busiSub}"> - <li th:text="${business}"></li> +<ul th:each="businesses:${busiSub}"> + <li th:text="${businesses}"></li> </ul> <button><a href="/businessSub" id="business">Businesses please enter here</a></button> </body> -- GitLab