Skip to content

Commit

Permalink
Style tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jan 8, 2025
1 parent df1ea7a commit 5996f9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions themes/bootstrap3/templates/combined/results.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
$this->render(
'combined/jump-links.phtml',
[
'combinedResults' => $this->combinedResults,
'mode' => $config['Layout']['jump_links_mode'] ?? 'anchor',
]
'combinedResults' => $this->combinedResults,
'mode' => $config['Layout']['jump_links_mode'] ?? 'anchor',
]
)
?>
<?php endif; ?>
Expand Down
6 changes: 3 additions & 3 deletions themes/bootstrap5/templates/combined/results.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
$this->render(
'combined/jump-links.phtml',
[
'combinedResults' => $this->combinedResults,
'mode' => $config['Layout']['jump_links_mode'] ?? 'anchor',
]
'combinedResults' => $this->combinedResults,
'mode' => $config['Layout']['jump_links_mode'] ?? 'anchor',
]
)
?>
<?php endif; ?>
Expand Down

0 comments on commit 5996f9b

Please sign in to comment.