Replace name attribute with id
authorDaniel Gustafsson <daniel@yesql.se>
Wed, 13 Oct 2021 07:40:09 +0000 (09:40 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Wed, 13 Oct 2021 07:40:09 +0000 (09:40 +0200)
Use of the name attribute is deprecated, replace with the id attribute
instead and place it directly on the title element.

Reviewed-by: Magnus Hagander
Discussion: https://postgr.es/m/A0228704-7C47-44B8-929B-8BFC02D6CBD7@yesql.se

templates/security/security.html

index afc2daddbad261099228bc7de8007eabecef5829..5ba51e0f84c5616c1c7a2a70bc3d872d8eb52bbb 100644 (file)
@@ -99,8 +99,7 @@ You can filter the view of patches to show just patches for version:<br/>
 </p>
 
 
-<a name="comp"></a>
-<h2>Components</h2>
+<h2 id="comp">Components</h2>
 <p>
 The following component references are used in the above table:
 </p>