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 d51492e..2147d0c 100644
--- a/index.php
+++ b/index.php
@@ -49,7 +49,7 @@ $categories = getCategories($db);
@@ -136,14 +136,15 @@ $categories = getCategories($db);
echo('
+
'.$days[date("N",$date)].'
'.date("d", $date));
if(date('m', $date) != date('m', $monthDate))
- echo('
- /'.date("m",$date).'');
+ echo('/'.date("m",$date).'');
echo('
+
');
foreach($events as $event)