Skip to content

Commit

Permalink
spurious quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Droz committed Oct 25, 2017
1 parent 495a8df commit 1131cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-postratings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ function expand_ratings_template($template, $post_data, $post_ratings_data = nul
$ratings_meta = '';
if( $post_ratings_average > 0 ) {
$ratings_meta = <<<EOF
'<div style="display: none;" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<div style="display: none;" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<meta itemprop="bestRating" content="{$ratings_max}" />
<meta itemprop="worstRating" content="1" />
<meta itemprop="ratingValue" content="{$post_ratings_average}" />
Expand Down

0 comments on commit 1131cae

Please sign in to comment.