From: Alexander Ebert Date: Tue, 6 Sep 2022 16:58:55 +0000 (+0200) Subject: Omit the explicit size for the default icon size of 16 X-Git-Tag: 6.0.0_Alpha_1~41 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5fae5fbe49fca25cfeb129a37087e51f5dfbf68f;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.conversation.git Omit the explicit size for the default icon size of 16 --- diff --git a/templates/__userInformationStartConversation.tpl b/templates/__userInformationStartConversation.tpl index 0641e1a..6d1ef1f 100644 --- a/templates/__userInformationStartConversation.tpl +++ b/templates/__userInformationStartConversation.tpl @@ -1,7 +1,7 @@ {if MODULE_CONVERSATION && $__wcf->user->userID && $__wcf->session->getPermission('user.conversation.canUseConversation') && $__wcf->session->getPermission('user.conversation.canStartConversation') && $user->userID != $__wcf->user->userID}
  • - {icon size=16 name='comments' type='solid'} + {icon name='comments' type='solid'}
  • diff --git a/templates/conversation.tpl b/templates/conversation.tpl index 26cbb7e..d476cd7 100644 --- a/templates/conversation.tpl +++ b/templates/conversation.tpl @@ -12,7 +12,7 @@