From 300f98ec3e3fddb5bdc6a348105bd73f2f965e09 Mon Sep 17 00:00:00 2001 From: "Tammi L. Coles" Date: Tue, 19 Dec 2023 22:16:05 +0100 Subject: [PATCH] improve the alt language of issue 251 --- book/source/signatures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/source/signatures.md b/book/source/signatures.md index 9fb654a..e418431 100644 --- a/book/source/signatures.md +++ b/book/source/signatures.md @@ -69,7 +69,7 @@ As outlined above, an {term}`OpenPGP signature` is a c ```{figure} plain_svg/OpenPGP_Signature_packet_2.svg :name: fig-signature-packet -:alt: Depicts a diagram with the title "OpenPGP signature packet." A plain white box with green-dotted borders is titled "Signature." Within that box is text that reads "Signature over: Input data, Signature metadata." The latter text ("Signature metadata") is the the title for a yellow box within which there are two lines of text that read "signature type" and "additional metadata," respectively. On the top right corner of the yellow box, the green cryptographic signature symbol ("sig") is visible. +:alt: Depicts a diagram with the title "OpenPGP signature packet." A plain white rectangle with green-dotted borders is titled "Signature." Within that rectangle are three lines of text that reads "Signature over:", "Input data", and "Signature metadata." The latter text ("Signature metadata") is the the title for a yellow tag within which there are two lines of text that read "signature type" and "additional metadata" respectively. On the top right corner of the yellow tag, the green cryptographic signature symbol ("sig") is visible. Structure and context of an {term}`OpenPGP signature packet` ```