diff --git a/e107_handlers/rate_class.php b/e107_handlers/rate_class.php index 2f36d2c86..3de36b67a 100644 --- a/e107_handlers/rate_class.php +++ b/e107_handlers/rate_class.php @@ -250,14 +250,14 @@ class rater { $p = ($perc) ? "%" : ""; - $upImg = ""; - $upDown = ""; + $upImg = ""; + $upDown = ""; $text = "".intval($curVal['up'])."{$p} - {$upImg} + {$upImg} ".intval($curVal['down'])."{$p} - {$upDown}"; + {$upDown}"; return $text; }