From 81ab0edaf64a9dce1e794bf9a8b1a41559983ff2 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]].