Fixing some css

This commit is contained in:
ngn
2024-01-17 20:42:51 +03:00
parent a1bb88fffd
commit 5c669a7300
2 changed files with 8 additions and 8 deletions

View File

@ -36,7 +36,6 @@
<th>Version</th>
<th>Size</th>
<th>Desc</th>
<th>Sum</th>
</tr>
{{range .pkgs}}
<tr>
@ -45,7 +44,6 @@
<td>{{.Ver }}</td>
<td>{{.Size}}</td>
<td>{{.Desc}}</td>
<td>{{.Sum }}</td>
</tr>
{{end}}
</table>