From cf1062c14063ead671d2d71f9cf36904f0755e38 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 21 Aug 2016 10:47:13 +0200 Subject: [PATCH] Added "jsTooltip" to own posts icon --- templates/conversationList.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/conversationList.tpl b/templates/conversationList.tpl index c08205f..b3a65b6 100644 --- a/templates/conversationList.tpl +++ b/templates/conversationList.tpl @@ -163,7 +163,7 @@ {if $conversation->ownPosts && $conversation->userID != $__wcf->user->userID} {if $__wcf->getUserProfileHandler()->getAvatar()} - {@$__wcf->getUserProfileHandler()->getAvatar()->getImageTag(24)} + {@$__wcf->getUserProfileHandler()->getAvatar()->getImageTag(24)} {/if} {/if} -- 2.20.1