Skip to content
Snippets Groups Projects
Commit 4f9fa4c3 authored by Claas Kazzer's avatar Claas Kazzer :speech_balloon: Committed by Dorian Merz
Browse files

refs #19901 [adlr: Facetten-Wrap]

* removes nbsp that glues count to textwq
parent 10cd912e
Branches
Tags
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
$displayText = $displayText =
'<i class="icon ' . ($this->facet['isApplied'] ? 'icon-check' : 'icon-square') . '" aria-hidden="true"></i> ' '<i class="icon ' . ($this->facet['isApplied'] ? 'icon-check' : 'icon-square') . '" aria-hidden="true"></i> '
. ($this->facet['isApplied'] ? '&nbsp;' : '&nbsp;&nbsp;') . ($this->facet['isApplied'] ? '&nbsp;' : '&nbsp;&nbsp;')
. '<span>' . $displayText . '&nbsp;(' . $this->localizedNumber($this->facet['count']) . ')' . '</span>'; . '<span>' . $displayText . ' (' . $this->localizedNumber($this->facet['count']) . ')' . '</span>';
} }
?> ?>
<?php if ($hasSubLinks): ?> <?php if ($hasSubLinks): ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment