From 6f658295a9695bf85760f579155dd903d9d132aa Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Sun, 10 Mar 2024 13:44:15 +0100 Subject: [PATCH] Little bugfix for tournament country --- view-webapp/src/main/webapp/tour-information.inc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view-webapp/src/main/webapp/tour-information.inc.html b/view-webapp/src/main/webapp/tour-information.inc.html index 49561c4..6f99ab4 100644 --- a/view-webapp/src/main/webapp/tour-information.inc.html +++ b/view-webapp/src/main/webapp/tour-information.inc.html @@ -34,7 +34,7 @@ #set($defaultCountry = $translate.defaultCountry[$request.lang]) #foreach($country in $countries.countries) - + #end