diff --git a/templates/cell.html b/templates/cell.html
index 23d999e1..96d716fb 100644
--- a/templates/cell.html
+++ b/templates/cell.html
@@ -83,7 +83,7 @@
{{ range .BreedingSources }}
- | {{.ID|uuidShort}} |
+ {{.ID|uuidShort}} |
{{.Type}} |
{{.LastInspected|timeSince}} |
{{.LastTreated|timeSince}} |
@@ -128,7 +128,7 @@
{{ range .Inspections }}
- | {{.LocationID|uuidShort}} |
+ {{.LocationID|uuidShort}} |
{{.Location}} |
{{.Date|timeSince}} |
{{.Action}} |
@@ -177,7 +177,7 @@
{{ range .Treatments }}
- | {{.LocationID|uuidShort}} |
+ {{.LocationID|uuidShort}} |
{{.Date|timeSince}} |
{{.Product}} |
{{.Notes}} |