diff --git a/planning.php b/planning.php
index 0ec83ca..0e13621 100755
--- a/planning.php
+++ b/planning.php
@@ -58,7 +58,7 @@ if(isset($_GET['planning']) AND !empty(['planning']))
";
+ echo "
";
$req1 = $db->prepare('SELECT title, description, color, length FROM planning_insa WHERE day = ? AND num_planning = ? ORDER BY order_start ASC');
$req1->execute(array($day, $planning));
while($r1 = $req1->fetch()) {
|