From ddd13d76c8091eddb919d7905189e908b200c216 Mon Sep 17 00:00:00 2001 From: Klap-in Date: Thu, 1 Feb 2024 12:36:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Automatic=20code=20style=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Search.php | 2 +- syntax/indexmenu.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Search.php b/Search.php index 90dfe0f..18a22ef 100644 --- a/Search.php +++ b/Search.php @@ -663,7 +663,7 @@ public function customSearch(&$data, $base, $func, $opts, $dir = '', $lvl = 1) foreach ($dirs as $dir) { call_user_func_array($func, [&$dirs_tmp, $base, $dir, 'd', $lvl, $opts]); } - if($this->group) { + if ($this->group) { //group directories and pages, and sort separately $dirsAndFiles = $dirs_tmp; } else { diff --git a/syntax/indexmenu.php b/syntax/indexmenu.php index d91322d..5ba054e 100644 --- a/syntax/indexmenu.php +++ b/syntax/indexmenu.php @@ -851,7 +851,7 @@ public function formatIndexmenuItem($item) if ($markCurrentPage) { $ret .= ''; } - $ret .= '' + $ret .= '' . $item['title'] . ''; if ($markCurrentPage) {