mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Fix typo in html template for checker
This commit is contained in:
parent
eaa2620eba
commit
498aa925a8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import (
|
|||
|
||||
const page0 = `<html>
|
||||
<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>
|
||||
<ol>
|
||||
<li><a href="link1.json">link1</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue