diff --git a/module/Application/view/application/fiche-poste/editer.phtml b/module/Application/view/application/fiche-poste/editer.phtml
index a08679dec2f8b8cdf6b5ebd095989ae4b305d2af..32b063d29cad508fc170cad300a75a4e1afbbcaa 100644
--- a/module/Application/view/application/fiche-poste/editer.phtml
+++ b/module/Application/view/application/fiche-poste/editer.phtml
@@ -51,10 +51,10 @@ $this->headTitle("Modification de la fiche de poste #".$fiche->getId());
 
     <?php echo $this->messenger()->addMessagesFromFlashMessenger(); ?>
 
+    <span style="visibility: hidden;">Fiche de poste #<?php echo $fiche->getId(); ?></span>
     <div class="row">
         <div class="col-md-9">
             <h1 class="page-header">
-<!--                Fiche de poste #--><?php //echo $fiche->getId(); ?><!--<br/>-->
                 <?php echo $this->partial('partial/intitule', ['ficheposte' => $fiche], [], true); ?>
             </h1>
         </div>