Skip to content

Commit

Permalink
Update JSON-LD.txp
Browse files Browse the repository at this point in the history
Corrects some Rich Snippets validator errors...
  • Loading branch information
cara-tm committed Dec 21, 2018
1 parent 7daf35d commit 3eabba7
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions dist/simplr/forms/section/JSON-LD.txp
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
"name": "<txp:author title="1" escape="json" />"
},
<txp:if_comments>"commentCount": <txp:comments_count />,
<txp:comments form="" wraptag="" break="" class=""> "comment": {
"text": "<txp:comment_message escape="tidy,p" format="json" />",
"comment": [ <txp:comments form="" wraptag="" break="," class="">{
"text": "<txp:comment_message escape="tidy,p,br" format="json" />",
"author": {
"@type": "Person",
"name": "<txp:comment_name link="0" escape="json" />"
}
},</txp:comments></txp:if_comments> "publisher": {
}</txp:comments>],</txp:if_comments> "publisher": {
"@type": "Organization",
"name": "<txp:site_name escape="json" />",
"logo": {
Expand Down Expand Up @@ -136,14 +136,7 @@
"@type": "Person",
"name": "<txp:author title="1" escape="json" />"
},
<txp:if_comments>"commentCount": <txp:comments_count />,
<txp:comments form="" wraptag="" break="" class=""> "comment": {
"text": "<txp:comment_message escape="json" />",
"author": {
"@type": "Person",
"name": "<txp:comment_name link="0" escape="json" />"
}
},</txp:comments></txp:if_comments> "publisher": {
"publisher": {
"@type": "Organization",
"name": "<txp:site_name escape="json" />",
"logo": {
Expand Down

0 comments on commit 3eabba7

Please sign in to comment.