diff --git a/themes/bootstrap3/templates/search/facet-list.phtml b/themes/bootstrap3/templates/search/facet-list.phtml index 3b73ba6ed0928f33a7a8d3f6e7b2cff2df714c59..6764d8bf1f0383e462765348dd78939c67cd5095 100644 --- a/themes/bootstrap3/templates/search/facet-list.phtml +++ b/themes/bootstrap3/templates/search/facet-list.phtml @@ -40,8 +40,10 @@ <? endif; ?> <? if (!empty($item['displayText'])): ?> <?=$this->escapeHtml($item['displayText']) ?> - <? else: ?> + <? elseif (!empty($item['value'])): ?> <?=$this->escapeHtml($item['value']) ?> + <? else: ?> + (<?=strtolower($this->translate("empty")) ?>) <? endif; ?> <? if ($subLinks): ?> </a>