diff --git a/day.php b/day.php
index 1573a61..16aff76 100644
--- a/day.php
+++ b/day.php
@@ -11,11 +11,11 @@
-
+
-
".date('H:i',strtotime($row['dtstart']))." - ".date('H:i',strtotime($row['dtend'])).". ".$row['localisation']."
\n";
echo "".$row['description'] ."
\n\n\n";
}
-
+
$db->close();
?>
diff --git a/event.php b/event.php
index 4110998..9a7f60d 100755
--- a/event.php
+++ b/event.php
@@ -26,7 +26,7 @@
diff --git a/index.php b/index.php
index 9e8ef70..1b7419c 100644
--- a/index.php
+++ b/index.php
@@ -49,7 +49,7 @@ $categories = getCategories($db);