diff --git a/html/editpage.php b/html/editpage.php index 4a35a528..c213b185 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -183,8 +183,8 @@ if(isset($fichier)) { echo "

"; echo ""; echo "
" . $row['titre'] . "
"; - echo "
" . date('d/m/Y', $date) . "
"; - echo "
" . $row['auteur'] . "
"; + echo "
" . date('d/m/Y', $date) . "
"; + echo "
" . $row['auteur'] . "
"; echo "
" . $row['ID'] . "
"; } }