diff --git a/themes/bootstrap3/templates/Recommend/RandomRecommend.phtml b/themes/bootstrap3/templates/Recommend/RandomRecommend.phtml index 4e6321917f4e2ad5d9bacb614195fad42bad49a3..2d85d3a51f6aa9578222b056194e76df21c6a122 100644 --- a/themes/bootstrap3/templates/Recommend/RandomRecommend.phtml +++ b/themes/bootstrap3/templates/Recommend/RandomRecommend.phtml @@ -49,12 +49,8 @@ <? if (!empty($summAuthor)): ?> <a class="small text-right" href="<?=$this->record($driver)->getLink('author', $summAuthor)?>"> <span><?=$this->transEsc('By')?></span> - <? - $summHighlightedAuthor = $driver->getHighlightedAuthor(); - echo !empty($summHighlightedAuthor) - ? $this->highlight($summHighlightedAuthor) - : $this->escapeHtml($summAuthor); - ?></a> + <?=$this->escapeHtml($summAuthor)?> + </a> <? endif; ?> </li> <? endforeach; ?>