diff --git a/themes/bootstrap3/templates/search/controls/showing.phtml b/themes/bootstrap3/templates/search/controls/showing.phtml index 6461dc1260b3efa8dea7c6a745ad39eeed957085..dd21b1209bef778afd0b0a40cf7c78d0780b5de7 100644 --- a/themes/bootstrap3/templates/search/controls/showing.phtml +++ b/themes/bootstrap3/templates/search/controls/showing.phtml @@ -22,7 +22,7 @@ <? endif; ?> <? $this->layout()->srmessage = $showingResults; ?> <? if ($qtime = $this->results->getQuerySpeed()): ?> - <?=$showingResults; ?>, <?=$this->transEsc('query time')?>: <?=$this->localizedNumber($qtime, 2).$this->transEsc('seconds_abbrev')?> + <?=$showingResults; ?><span class="search-query-time">, <?=$this->transEsc('query time')?>: <?=$this->localizedNumber($qtime, 2).$this->transEsc('seconds_abbrev')?></span> <? else: ?> <?=$showingResults; ?> <? endif; ?>