diff --git a/plugins/content/vote/tmpl/rating.php b/plugins/content/vote/tmpl/rating.php index 2feb5cf760b5a..b66a3237150a4 100644 --- a/plugins/content/vote/tmpl/rating.php +++ b/plugins/content/vote/tmpl/rating.php @@ -33,6 +33,7 @@ $starImageOff = JHtml::_('image', 'system/rating_star_blank.png', JText::_('PLG_VOTE_STAR_INACTIVE'), null, true); $img = ''; + for ($i = 0; $i < $rating; $i++) { $img .= $starImageOn; @@ -44,13 +45,13 @@ } ?> - -
-

- ' . $rating . '', '5'); ?> - - -

+
+ +

+ ' . $rating . '', '5'); ?> + + +

+ +
- -