diff --git a/includes/header.php b/includes/header.php
index 8f840e3..5d35a43 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -28,6 +28,14 @@ function navbar($links) {
+
diff --git a/includes/page.php b/includes/page.php
index 41dd643..12ff10d 100644
--- a/includes/page.php
+++ b/includes/page.php
@@ -361,7 +361,7 @@ class Page {
public function table_end($clicky = true) {
echo '';
if ($clicky) {
- echo "";
+ echo "";
}
}
@@ -376,6 +376,6 @@ class Page {
public function active($row, $column = "active") {
$active = $row[$column];
- return $active === "1" || $active === 1 || $active === true;
+ return $active === "1" || $active === 1 || $active === true;
}
}