Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/Resources/contao/templates/recommendation/recommendation_full.html5
  • Loading branch information
eki89 committed Aug 22, 2019
2 parents b1c4ec2 + b39d281 commit 0738b8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<?php if ($this->addRating): ?>
<div class="rating">
<?php for ($i=1;$i<=5;$i++): ?>
<span class="star<?= ($i<=$this->rating) ? ' activee' : '' ?>"<?= ($i<=$this->rating && $this->styles) ? $this->styles : '' ?>>&#9733;</span>
<span class="star<?= ($i<=$this->rating) ? ' active' : '' ?>"<?= ($i<=$this->rating && $this->styles) ? $this->styles : '' ?>>&#9733;</span>
<?php endfor; ?>
</div>
<?php endif; ?>
Expand Down

0 comments on commit 0738b8e

Please sign in to comment.