Fix su celle vuote html

This commit is contained in:
Claudio Maggioni 2017-05-26 17:33:26 +02:00
parent 4f35cc959b
commit 5ec47fba06

View File

@ -86,14 +86,14 @@
<tr>
{{range $cella := $riga}}
<td {{ if not $cella }}
class="vuoto"
class="vuoto"> </td>
{{ else }}
{{ if $cella.IsFood }}
class="cibo"
{{ else }}
class="razza1"
{{ end }}
{{ end }}>{{ $cella.Health }}</td>
{{ end }}>{{ $cella.Health }}</td>
{{ end }}
{{ end }}
</tr>
{{ end }}