Skip to content

Commit

Permalink
forward slash
Browse files Browse the repository at this point in the history
delete forward slash (/)
  • Loading branch information
sandewt committed Oct 19, 2020
1 parent 58fdfa2 commit 8bfa095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/content/vote/tmpl/rating.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
$img = '';
$stars = $rating;

$fullstar = Uri::root() . '/media/plg_content_vote/images/star-full.svg';
$halfstar = Uri::root() . '/media/plg_content_vote/images/star-half-dir.svg';
$emptystar = Uri::root() . '/media/plg_content_vote/images/star-empty.svg';
$fullstar = Uri::root() . 'media/plg_content_vote/images/star-full.svg';
$halfstar = Uri::root() . 'media/plg_content_vote/images/star-half-dir.svg';
$emptystar = Uri::root() . 'media/plg_content_vote/images/star-empty.svg';

for ($i = 0; $i < floor($stars); $i++)
{
Expand Down

0 comments on commit 8bfa095

Please sign in to comment.