From 5ec47fba06994a30b4f4a4c1af5f78cd753c394e Mon Sep 17 00:00:00 2001 From: Claudio Maggioni Date: Fri, 26 May 2017 17:33:26 +0200 Subject: [PATCH] Fix su celle vuote html --- template/Interfaccia.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}