From 677c68f37ecfa1c8c5f3168d79ca0f5345851169 Mon Sep 17 00:00:00 2001 From: kmitresse Date: Wed, 3 Apr 2024 14:03:26 +0200 Subject: [PATCH] fix: dev-web - add utf-8 on modal --- .../Projet/src/main/webapp/WEB-INF/components/new-game.jsp | 6 ++++-- .../src/main/webapp/WEB-INF/components/statistics.jsp | 2 ++ .../Projet/src/main/webapp/WEB-INF/views/main-menu.jsp | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/components/new-game.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/components/new-game.jsp index 3811aca..061a7b5 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/components/new-game.jsp +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/components/new-game.jsp @@ -1,6 +1,8 @@ <%@ page import="uppa.project.pojo.User" %> <%@ page import="uppa.project.pojo.Game" %> <%@ page import="uppa.project.pojo.Deck" %> +<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> + <%-- Created by IntelliJ IDEA. User: kmitr @@ -34,8 +36,8 @@ Nom d'utilisateur Nombre de partie jouées % Parties Gagnées - % Clicks corrects - % Clicks rapides + % Clics corrects + % Clics rapides Invite <% for (User user : connectedUsers) { %> diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/components/statistics.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/components/statistics.jsp index fc60bdb..56040ec 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/components/statistics.jsp +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/components/statistics.jsp @@ -3,6 +3,8 @@ <%@ page import="java.util.ArrayList" %> <%@ page import="uppa.project.pojo.Player" %> <%@ page import="java.util.Date" %> +<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> + <%-- Created by IntelliJ IDEA. User: kmitr diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/main-menu.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/main-menu.jsp index 0d9510a..cac965b 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/main-menu.jsp +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/views/main-menu.jsp @@ -5,6 +5,7 @@ Cards Rush +