From b09f5f9d9fd021f00cc0df33c4bd5f84c62befd3 Mon Sep 17 00:00:00 2001 From: Chris Needham Date: Mon, 19 Aug 2024 14:29:24 +0100 Subject: [PATCH] Fix base64url reference in keyids registry entry See #560 --- format-registry/initdata/keyids-respec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format-registry/initdata/keyids-respec.html b/format-registry/initdata/keyids-respec.html index 2a518aa..2ab612b 100644 --- a/format-registry/initdata/keyids-respec.html +++ b/format-registry/initdata/keyids-respec.html @@ -76,7 +76,7 @@

Format

An array of [=Decryption key ID|key ID=](s). Each element of the array is the base64url encoding of the octet sequence containing the key ID value.
-

See Using base64url.

+

See Using base64url.

Applications may encode the JSON string using the {{TextEncoder}} interface [[encoding]].