From 5fae5fbe49fca25cfeb129a37087e51f5dfbf68f Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 6 Sep 2022 18:58:55 +0200 Subject: [PATCH] Omit the explicit size for the default icon size of 16 --- templates/__userInformationStartConversation.tpl | 2 +- templates/conversation.tpl | 16 ++++++++-------- templates/conversationList.tpl | 16 ++++++++-------- templates/conversationMessageList.tpl | 6 +++--- 4 files changed, 20 insertions(+), 20 deletions(-) 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 @@