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

Improve version info in checker html result

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

View file

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