diff --git a/html/index.php b/html/index.php index d21c13ff..af4d0fec 100644 --- a/html/index.php +++ b/html/index.php @@ -71,11 +71,11 @@ require "../include/functions.php"; $date = strtotime($row['date']); echo '
'; echo '
'; - echo ''; + echo ''; echo '
'; echo '
'; echo '
n° ' . $row['ID'] . ' | ' . date('d/m/Y', $date) . ' | '. '' . $row['display_name'] . '
'; - echo ''; + echo ''; echo '
' . $row['titre'] . '
'; echo '
'; echo '
' . $row['resume'] . '
';