Skip to content

Commit

Permalink
Fix extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
LuomaJuha committed Sep 17, 2024
1 parent 911e3c5 commit 6f92323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/finna2/templates/search/controls/view.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if (count($viewList) <= 1) {
return;
}
$viewOptionsIcons = (!($isCollection ?? false)) && is_callable([$this->params, 'getViewOptionListType']) ? $this->params->getViewOptionListType() : null;
$viewOptionsIcons = (!($isCollection ?? false)) && is_callable([$this->params, 'getViewOptionListType']) ? $this->params->getViewOptionListType() : null;
?>
<div class="view-option-container text-right">
<span class="hidden-sm hidden-xs hidden-md button-label"<?php if (!$viewOptionsIcons): ?> id="show-as-label"<?php endif;?>><?=$this->transEsc('show_as')?></span>
Expand Down

0 comments on commit 6f92323

Please sign in to comment.