1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Improve version number in checker html result

This commit is contained in:
Bernhard Reiter 2022-05-31 17:25:20 +02:00
parent b3759b8f9e
commit dca6f2c5c4
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -22,7 +22,7 @@
<footer>
Date of run: <time datetime="{{.Date}}">{{.Date}}</time>
csaf_checker <span class="version">v{{.Version}}</span>
csaf_checker v<span class="version">{{.Version}}</span>
</footer>
</body>
</html>