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