diff --git a/inc/header.php b/inc/header.php
index bb26441..97685bc 100644
--- a/inc/header.php
+++ b/inc/header.php
@@ -33,7 +33,7 @@ function __construct($page) {
}
function navbar($links) {
- echo '
';
+ echo '';
foreach ($links as $page => $title) {
$li = "li";
$class = "nav-item";
@@ -43,7 +43,7 @@ function navbar($links) {
$li .= " class=\"$class\"";
if ($this->page->settings->header_show_totals && isset($this->count[$page])) {
- $title .= " ";
+ $title .= " ";
$title .= $this->count[$page];
$title .= "";
}
@@ -78,8 +78,8 @@ $settings = $this->page->settings;
-
-
print_title();
?>
+