diff --git a/client/index.html b/client/index.html
index ef18af8..d511705 100644
--- a/client/index.html
+++ b/client/index.html
@@ -3,7 +3,7 @@
- Test
+ CTS Map
diff --git a/client/main.js b/client/main.js
index 39b5bd0..7f3aca1 100644
--- a/client/main.js
+++ b/client/main.js
@@ -47,7 +47,7 @@ const loading_done = () => {
// https://tile.openstreetmap.org/{z}/{x}/{y}.png
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
- attribution: '© OpenStreetMap contributors
Données issues de l\'OpenData de la CTS
Logiciel distribué sous Licence GPL'
+ attribution: '© OpenStreetMap contributors
Données issues de l\'OpenData de la CTS
Logiciel distribué sous Licence GPL
Code Source'
}).addTo(map);
const lignes = {};