From e126d843c9651b7cfe9038dcb047ecc87abf9f51 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 14 Dec 2017 21:19:42 +0000 Subject: [PATCH] www/dbq/dbq.php --- www/dbq/dbq.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index d4fd5088..535d2e4c 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -499,7 +499,6 @@ class DbQ extends nb { public function title_nav() { $params = $this->params; - $ext = $this->ext; $title = []; if (!empty($this->title)) $title['title'] = $this->title; @@ -525,7 +524,7 @@ class DbQ extends nb { $nav[] = [ $this->prettyText($v), [ - 'href' => "$path" . urlencode($v) . "." . $ext, + 'href' => "$path" . urlencode($v) . "." . $this->ext, 'class' => $k, ], ]; -- 2.47.3