Skip to content

Commit

Permalink
Merge pull request #24 from Jazz-Man/patch-2
Browse files Browse the repository at this point in the history
Update Context.php
  • Loading branch information
Torann authored Aug 18, 2017
2 parents 363e11f + b9e08bc commit cb3ae42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function generate()
{
$properties = $this->getProperties();

return $properties ? "<script type=\"application/ld+json\">" . json_encode($properties) . "</script>" : '';
return $properties ? "<script type=\"application/ld+json\">" . json_encode($properties,JSON_UNESCAPED_UNICODE) . "</script>" : '';
}

/**
Expand Down

0 comments on commit cb3ae42

Please sign in to comment.