diff --git a/inc/header.php b/inc/header.php index e602e33..1dcbab2 100644 --- a/inc/header.php +++ b/inc/header.php @@ -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 .= ""; }