diff --git a/Js/fonctions.js b/Js/fonctions.js
index 04ee0e7..e9a1840 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -1623,7 +1623,7 @@ function exporter_modele_assure()
function selectionner_adherent(id,no)
{
$("#idAdherent_C").val(id);
- $("#numeroAdherent_C" ).val(no);
+ $("#numeroAdherent_C").val(no);
/*
alert("id = "+id);
alert("no = "+no);
diff --git a/Vue/Ajaxgabarit/index.php b/Vue/Ajaxgabarit/index.php
index b8cc17c..85f77eb 100644
--- a/Vue/Ajaxgabarit/index.php
+++ b/Vue/Ajaxgabarit/index.php
@@ -18,8 +18,8 @@
-
-
+
+