Skip to content

Commit

Permalink
Semicolon
Browse files Browse the repository at this point in the history
Add semicolon
  • Loading branch information
sandewt committed Oct 16, 2020
1 parent b17a33e commit 37bc196
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 @@ -43,7 +43,7 @@
if (($stars - floor($stars)) >= 0.5)
{
$img .= '<span class="text-muted fas fa-star" aria-hidden="true"></span>';
$img .= '<span style="margin-left: -1.15em" class="text-warning fas fa-star-half" role="img" aria-label="' . Text::_('PLG_VOTE_STAR_ACTIVE_HALF') . '" aria-hidden="true"></span>';
$img .= '<span style="margin-left: -1.15em;" class="text-warning fas fa-star-half" role="img" aria-label="' . Text::_('PLG_VOTE_STAR_ACTIVE_HALF') . '" aria-hidden="true"></span>';

$stars += 1;
}
Expand Down

0 comments on commit 37bc196

Please sign in to comment.