diff --git a/html/editpage.php b/html/editpage.php index 1cbcb871..128259ea 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -184,7 +184,7 @@ if(isset($fichier)) { echo ""; echo "
" . $row['titre'] . "
"; echo "
" . date('d/m/Y', $date) . "
"; - echo "
" . $row['auteur'] . "
";v + echo "
" . $row['auteur'] . "
"; echo "
" . $row['ID'] . "
"; } }