Update file editpage.php

This commit is contained in:
Jan BELLON 2024-03-08 14:26:57 +00:00
parent 6ae53b7263
commit cbb6167f53

View File

@ -132,7 +132,7 @@ if(isset($fichier)) {
echo "<a href='?article=" . $row['ID'] . "' class='article-link'>";
echo "<div><h1>" . $row['titre'] . "</h1></div></a>";
echo "<div><h2>" . $row['auteur'] . "</h2></div>";
echo "<div>" . $classifications[(int)$row['classification']] . "</div>"
echo "<div>" . $classifications[(int)$row['classification']] . "</div>";
echo "<div>" . $date->format('d/m/Y') . "</div></div>";
}
}