Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sandewt committed Oct 15, 2020
1 parent 847d623 commit 197f070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/content/vote/tmpl/rating.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
$stars += 1;
}

for ($i = $stars; $i < 5 ; $i++)
for ($i = $stars; $i < 5; $i++)
{
$text = Text::_('PLG_VOTE_STAR_INACTIVE');

Expand Down

0 comments on commit 197f070

Please sign in to comment.