fix: dev-web - add utf-8 on modal

This commit is contained in:
kmitresse
2024-04-03 14:03:26 +02:00
parent 0c7c1fd1f8
commit 677c68f37e
3 changed files with 7 additions and 2 deletions
@@ -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 @@
<th>Nom d'utilisateur</th>
<th>Nombre de partie jouées</th>
<th>% Parties Gagnées</th>
<th>% Clicks corrects</th>
<th>% Clicks rapides</th>
<th>% Clics corrects</th>
<th>% Clics rapides</th>
<th>Invite</th>
</tr>
<% for (User user : connectedUsers) { %>
@@ -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
@@ -5,6 +5,7 @@
<html>
<head>
<title>Cards Rush</title>
<meta charset="utf-8">
</head>
<body>
<main>