Skip to content

Commit

Permalink
Fix formatting in digest examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Oct 19, 2024
1 parent 04576fa commit 093f869
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3233,14 +3233,14 @@ <h2>Integrity of Related Resources</h2>
"id": "https://www.w3.org/ns/credentials/v2",
"digestSRI":
"<span class='vc-hash'
data-hash-url='https://www.w3.org/ns/credentials/v2'
data-hash-format='sri sha2-384'></span>"
data-hash-url='https://www.w3.org/ns/credentials/v2'
data-hash-format='sri sha2-384'></span>"
},{
"id": "https://www.w3.org/ns/credentials/examples/v2",
"digestSRI":
"<span class='vc-hash'
data-hash-url='https://www.w3.org/ns/credentials/examples/v2'
data-hash-format='sri sha2-384'></span>"
data-hash-url='https://www.w3.org/ns/credentials/examples/v2'
data-hash-format='sri sha2-384'></span>"
}]
</pre>

Expand All @@ -3254,8 +3254,8 @@ <h2>Integrity of Related Resources</h2>
},{
"id": "https://www.w3.org/ns/credentials/examples/v2",
"digestMultibase": "<span class='vc-hash'
data-hash-url='https://www.w3.org/ns/credentials/examples/v2'
data-hash-format='multihash sha2-256'></span>"
data-hash-url='https://www.w3.org/ns/credentials/examples/v2'
data-hash-format='multihash sha2-256'></span>"
}]
</pre>

Expand Down

0 comments on commit 093f869

Please sign in to comment.