diff --git a/com.woltlab.wcf/templates/shared_topReaction.tpl b/com.woltlab.wcf/templates/shared_topReaction.tpl index adb85ff8d4..46f3088b83 100644 --- a/com.woltlab.wcf/templates/shared_topReaction.tpl +++ b/com.woltlab.wcf/templates/shared_topReaction.tpl @@ -1,14 +1,14 @@ {assign var='topReaction' value=$__wcf->getReactionHandler()->getTopReaction($cachedReactions)} {if $topReaction} {if $render === 'tiny'} - + {unsafe:$topReaction[reaction]->renderIcon()} - {$topReaction[count]|shortUnit} + {elseif $render === 'short'} - + {unsafe:$topReaction[reaction]->renderIcon()} - {$topReaction[count]|shortUnit} + {elseif $render === 'full'}