Commit e62495bfb529bdc29b52d1a6a035b4b907f4db34

Authored by Anastasia
1 parent 9b9056b3

microdata

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
frontend/widgets/views/microdata.php
... ... @@ -4,6 +4,6 @@
4 4 * @var \yii\web\View $this
5 5 */
6 6 ?>
7   -<script>
8   - '<?=$data?>'
  7 +<script type="application/ld+json">
  8 + <?=$data?>
9 9 </script>
... ...