spn: fix http info page template

This commit is contained in:
Patrick Pacher 2024-03-27 15:04:47 +01:00
parent 7ca6956501
commit b2acbe38d2

View file

@ -99,9 +99,8 @@
Build:
<ul style="list-style: none;">
<li>Commit: {{ .Info.Commit }}</li>
<li>Host: {{ .Info.BuildHost }}</li>
<li>Date: {{ .Info.BuildDate }}</li>
<li>Source: {{ .Info.BuildSource }}</li>
<li>Date: {{ .Info.Time }}</li>
<li>Source: {{ .Info.Source }}</li>
</ul>
</li>
</ul>