fix line breaks in tooltip

This commit is contained in:
2021-07-14 02:38:07 +02:00
parent b1e69549ab
commit f5f57bd3ef

View File

@@ -49,7 +49,7 @@
<td>{{$pkg.Svn2GitVersion}}</td>
<td>{{$pkg.Version}}</td>
<td><a data-bs-html="true" data-bs-placement="bottom" data-bs-toggle="tooltip" href="#"
title="{{if $pkg.BuildDate}}Build Date: {{$pkg.BuildDate}}<br>{{end}}{{if $pkg.BuildDuration}}Build Duration: {{$pkg.BuildDuration}}<br>{{end}}Check date: {{$pkg.Checked}}">
title="{{if $pkg.BuildDate}}Build Date: {{$pkg.BuildDate}}&#10;{{end}}{{if $pkg.BuildDuration}}Build Duration: {{$pkg.BuildDuration}}&#10;{{end}}Check date: {{$pkg.Checked}}">
<i class="bi bi-info-circle-fill"></i></a></td>
</tr>
{{end}}