add middle line

This commit is contained in:
Zeni Kim 2024-10-15 22:15:20 -05:00
parent bf84e14bb1
commit be138b2fb4

View file

@ -6,7 +6,7 @@
</tr>
</thead>
<tbody>
{{range .AllTD}}<tr scope="row">
{{- range .AllTD}}<tr scope="row">
{{range $index, $item := .}}<td {{ if $item.ID }}id="{{$item.ID}}"{{end}}>
{{ with $x := index $.AllTH $index }}
{{ if eq $x.ValueType "href"}}
@ -19,7 +19,7 @@
{{end}}
</td>
{{end}}</tr>
{{end}}
{{- end}}
</tbody>
</table>
{{end}}
{{end}}