1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Fix typo in html template for checker

This commit is contained in:
Bernhard Reiter 2022-05-17 14:41:58 +02:00
parent eaa2620eba
commit 498aa925a8
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -8,7 +8,7 @@ import (
const page0 = `<html> const page0 = `<html>
<body> <body>
<a href="no-a-json">Not a JSON</a> <a href="not-a-json">Not a JSON</a>
<a href="link0.json">link0</a> <a href="link0.json">link0</a>
<ol> <ol>
<li><a href="link1.json">link1</a></li> <li><a href="link1.json">link1</a></li>