Skip to content

Commit

Permalink
🤖 Automatic code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Klap-in authored Feb 1, 2024
1 parent 6936bfc commit ddd13d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion syntax/indexmenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ public function formatIndexmenuItem($item)
if ($markCurrentPage) {
$ret .= '<span class="curid">';
}
$ret .= '<a href="' . wl($link, $more) . '" class="' . $tagid . '" data-wiki-id="'. $item['hns'] . '">'
$ret .= '<a href="' . wl($link, $more) . '" class="' . $tagid . '" data-wiki-id="' . $item['hns'] . '">'
. $item['title']
. '</a>';
if ($markCurrentPage) {
Expand Down

0 comments on commit ddd13d7

Please sign in to comment.