From 6112e16d9e86500474bcbcf8aefe478162ef8de9 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 12 Dec 2023 01:13:03 +0100 Subject: [PATCH] colon symbol is not allowed in alt text --- book/source/06-signatures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/source/06-signatures.md b/book/source/06-signatures.md index 71f9b6b..8553131 100644 --- a/book/source/06-signatures.md +++ b/book/source/06-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 box with green dotted frame and white background provides the title "Signature", while inside the box the text reads "Signature over: Input data, Signature metadata". The words "Signature metadata" serve as title for a yellow box at the lower half of the signature type box. The yellow box also bears the green cryptographic signature symbol. +:alt: Depicts a diagram with the title "OpenPGP signature packet". A box with green dotted frame and white background provides the title "Signature", while inside the box the text reads "Signature over; Input data, Signature metadata". The words "Signature metadata" serve as title for a yellow box at the lower half of the signature type box. The yellow box also bears the green cryptographic signature symbol. Structure and context of an {term}`OpenPGP signature packet` ```