From b431c2f79612861e007c7adef751094f3778da0a Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Sun, 9 Apr 2017 15:18:53 +0700 Subject: [PATCH] noprint class on ratings --- VoteClass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VoteClass.php b/VoteClass.php index 1b44378..e4dd4bf 100644 --- a/VoteClass.php +++ b/VoteClass.php @@ -271,7 +271,7 @@ class VoteStars extends Vote { // Should probably be $this->PageID or something? // 'cause we define $id just above as an empty string...duh - $output = '
'; + $output = '
'; $output .= '
'; $output .= '
' . $overall_rating . '
'; $output .= '
';