From d7c3b8ae83d9bcb1fdc427773f61c1ed80946361 Mon Sep 17 00:00:00 2001 From: ruan Date: Sat, 7 Jul 2018 20:34:58 +0200 Subject: [PATCH] Use badge-pill instead of badge for header totals --- inc/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/header.php b/inc/header.php index d3057ad..08fda44 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 .= ""; }