From 87af3a4b47975c3bd64ad25cd3b266fb7cf7d343 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 12 Aug 2025 16:56:00 +0200 Subject: [PATCH] paperkey.html: fix typos, grammar, html structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The original markup included a paragraph element wrapping a block-level pre element, which is invalid per HTML’s content model (a p can only contain phrasing content; pre is flow content). The fix separated text and pre blocks into valid sibling elements, ensuring no pre is nested inside a p. --- src/borg/paperkey.html | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/src/borg/paperkey.html b/src/borg/paperkey.html index 8dd818cbd..4143bc7cd 100644 --- a/src/borg/paperkey.html +++ b/src/borg/paperkey.html @@ -2,21 +2,21 @@ BorgBackup Printable Key Template - +