Skip to content

Commit ddd13d7

Browse files
authored
🤖 Automatic code style fixes
1 parent 6936bfc commit ddd13d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ public function customSearch(&$data, $base, $func, $opts, $dir = '', $lvl = 1)
663663
foreach ($dirs as $dir) {
664664
call_user_func_array($func, [&$dirs_tmp, $base, $dir, 'd', $lvl, $opts]);
665665
}
666-
if($this->group) {
666+
if ($this->group) {
667667
//group directories and pages, and sort separately
668668
$dirsAndFiles = $dirs_tmp;
669669
} else {

syntax/indexmenu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ public function formatIndexmenuItem($item)
851851
if ($markCurrentPage) {
852852
$ret .= '<span class="curid">';
853853
}
854-
$ret .= '<a href="' . wl($link, $more) . '" class="' . $tagid . '" data-wiki-id="'. $item['hns'] . '">'
854+
$ret .= '<a href="' . wl($link, $more) . '" class="' . $tagid . '" data-wiki-id="' . $item['hns'] . '">'
855855
. $item['title']
856856
. '</a>';
857857
if ($markCurrentPage) {

0 commit comments

Comments
 (0)