Skip to content

Commit 2b8a84f

Browse files
BigBlueHatmsporny
authored andcommitted
Fix citation href value for ETSI doc.
The `href` value MUST be a string. The array value breaks downstream tooling like the JSON-LD output for SEO (likely among others).
1 parent 9294d6e commit 2b8a84f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"ETSI-TRUST-LISTS": {
5555
title: "Electronic Signatures and Infrastructures (ESI); Trusted Lists",
56-
href: ["https://www.etsi.org/deliver/etsi_ts/119600_119699/119612/02.01.01_60/ts_119612v020101p.pdf"],
56+
href: "https://www.etsi.org/deliver/etsi_ts/119600_119699/119612/02.01.01_60/ts_119612v020101p.pdf",
5757
authors: ["ETSI"],
5858
status: "ETSI Standard TS 119 612 V2.1.1 (2015-07)",
5959
publisher: "ETSI"

0 commit comments

Comments
 (0)