diff --git a/root/inc/rating.html b/root/inc/rating.html index 0a3a83d47b..526be3a653 100644 --- a/root/inc/rating.html +++ b/root/inc/rating.html @@ -1,4 +1,4 @@ <% stars = (rating.mean * 2).fmt('%.0f') / 2 %> itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"<% END %> > - <% prefix | none %>(itemprop="reviewCount"<% END %> ><% rating.count %> review<% IF rating.count > 1; 's'; END %>) + <% prefix | none %> (itemprop="reviewCount"<% END %> ><% rating.count %> review<% IF rating.count > 1; 's'; END %>)