Skip to content

Commit 3ec2f9b

Browse files
committed
Fix syntax errors in HTML.
1 parent afbc2a2 commit 3ec2f9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,8 +1154,8 @@ <h2>Resource Integrity</h2>
11541154
cryptographic digest. For example, the [[[VC-DATA-MODEL-2.0]]] refers to
11551155
context (`https://www.w3.org/ns/credentials/v2`) which includes
11561156
`digestMultibase`, and the [[[VC-DATA-MODEL-2.0]]] includes
1157-
<data cite="VC-DATA-MODEL-2.0/#base-context">the hexadecimal encoded
1158-
SHA2-256 digest value</data> of that context document.
1157+
<a data-cite="VC-DATA-MODEL-2.0#base-context">the hexadecimal encoded
1158+
SHA2-256 digest value</a> of that context document.
11591159
</p>
11601160

11611161
<p>
@@ -2221,7 +2221,7 @@ <h3>Processing Errors</h3>
22212221
<dd>
22222222
An error was encountered during proof verification. See Section [[[#verify-proof]]].
22232223
</dd>
2224-
<dt id="PROOF_TRANSFORMATION_ERROR ">PROOF_TRANSFORMATION_ERROR (-18)</dt>
2224+
<dt id="PROOF_TRANSFORMATION_ERROR">PROOF_TRANSFORMATION_ERROR (-18)</dt>
22252225
<dd>
22262226
An error was encountered during the transformation process.
22272227
</dd>

0 commit comments

Comments
 (0)