mirror of
https://github.com/w3c/activitypub.git
synced 2025-06-27 21:39:33 +00:00
Fix HTML escape codes on some examples
This commit is contained in:
@ -378,7 +378,7 @@
|
||||
element with the <code>type</code> attribute set to
|
||||
<code>application/ld+json</code>.</p>
|
||||
<pre class="example">
|
||||
<script type="application/ld+json">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": [
|
||||
"http://www.w3.org/ns/activitystreams",
|
||||
@ -393,7 +393,7 @@
|
||||
"followers": "https://example.com/~alice/collections/followers",
|
||||
"following": "https://example.com/~alice/collections/following"
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
</pre>
|
||||
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user