From 9eb35b55c69a1a15c6d60bf64cb5ec0f16a80e44 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 31 May 2018 02:49:48 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EB=AC=B8=EC=A1=B0=EC=82=AC=20?= =?UTF-8?q?=EB=84=88=EB=B9=84=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/a_vote.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hwe/a_vote.php b/hwe/a_vote.php index 485186df..82d4437b 100644 --- a/hwe/a_vote.php +++ b/hwe/a_vote.php @@ -162,18 +162,18 @@ for ($i=0; $i < $commentCount; $i++) { echo " {$j}. - {$cmt[0]} - {$cmt[1]} -  {$cmt[2]} + {$cmt[0]} + {$cmt[1]} +  {$cmt[2]} "; } if ($me['no'] > 0) { echo " - - - - + - + + "; } @@ -196,9 +196,9 @@ echo " if ($admin['voteopen'] >= 1 || $session->userGrade >= 5) { echo " - 전 체 + 전 체 {$voteCount} / {$allCount} ({$percentage} %) - + "; $memCount = max(1, $db->queryFirstField('SELECT count(`no`) FROM general WHERE npc<2'));