From 9eb8f0b965251d5e0d79e4ff7548c26623c08c30 Mon Sep 17 00:00:00 2001
From: Daniel Gustafsson
Date: Fri, 8 Oct 2021 15:41:43 +0200
Subject: [PATCH 2/2] Replace name attribute with id
Use of the name attribute is deprecated, replace with the id attribute
instead and place it directly on the title element.
---
templates/security/security.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/templates/security/security.html b/templates/security/security.html
index afc2dadd..5ba51e0f 100644
--- a/templates/security/security.html
+++ b/templates/security/security.html
@@ -99,8 +99,7 @@ You can filter the view of patches to show just patches for version:
-
-Components
+Components
The following component references are used in the above table:
--
2.24.3 (Apple Git-128)