add middle line
This commit is contained in:
parent
bf84e14bb1
commit
be138b2fb4
1 changed files with 3 additions and 3 deletions
|
@ -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}}
|
Loading…
Reference in a new issue