diff --git a/app/Models/Comment.php b/app/Models/Comment.php index 7822148..24ae03f 100644 --- a/app/Models/Comment.php +++ b/app/Models/Comment.php @@ -30,7 +30,7 @@ class Comment { $symb = '+'; } else if ((int)Vote::countcommrates($this->c['id'], -1) < 0) { $commclass = 'con'; - $symb = '-'; + $symb = ''; } else if ((int)Vote::countcommrates($this->c['id'], -1) === 0) { $commclass = ''; }