From 401ebb82344a178e181e39ee1ff600d86fc31391 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 3 Jul 2023 12:08:26 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: Tim Düsterhus --- templates/conversationList.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/conversationList.tpl b/templates/conversationList.tpl index bd86976..8a3d928 100644 --- a/templates/conversationList.tpl +++ b/templates/conversationList.tpl @@ -117,8 +117,8 @@ {assign var='conversationCount' value=$__wcf->getConversationHandler()->getConversationCount()} {assign var='maxConversationCount' value=$__wcf->session->getPermission('user.conversation.maxConversations')} {assign var='conversationCountValue' value=$conversationCount/$maxConversationCount*100} - - {#$conversationCount/$maxConversationCount*100}% + + {#$conversationCountValue} %

{lang}wcf.conversation.quota.description{/lang}

-- 2.20.1