Anastasia
/
books
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
e62495bfb529bdc29b52d1a6a035b4b907f4db34
Authored by
Anastasia
2018-07-05 09:45:41 +0300
1 parent
9b9056b3
microdata
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/widgets/views/microdata.php
Inline
Side-by-side
frontend/widgets/views/microdata.php
Wrap text
Show/Hide comments
View file @
e62495b
...
...
@@ -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>
...
...