forked from ALHP/ALHP.GO
fix line breaks in tooltip
This commit is contained in:
@@ -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}} {{end}}{{if $pkg.BuildDuration}}Build Duration: {{$pkg.BuildDuration}} {{end}}Check date: {{$pkg.Checked}}">
|
||||
<i class="bi bi-info-circle-fill"></i></a></td>
|
||||
</tr>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user