diff --git a/template/Interfaccia.html b/template/Interfaccia.html
index aa42cf8..8c7dde7 100644
--- a/template/Interfaccia.html
+++ b/template/Interfaccia.html
@@ -86,14 +86,14 @@
{{range $cella := $riga}}
|
{{ else }}
{{ if $cella.IsFood }}
class="cibo"
{{ else }}
class="razza1"
- {{ end }}
- {{ end }}>{{ $cella.Health }}
+ {{ end }}>{{ $cella.Health }}
+ {{ end }}
{{ end }}
{{ end }}