remove duplicated brackets

This commit is contained in:
2019-06-09 19:04:48 +02:00
parent bfd40d2c71
commit febb960463

View File

@@ -26,14 +26,14 @@
<div <div
{% if searchName == player.name %} {% if searchName == player.name %}
style="background: yellow;" style="background: yellow;"
{% endif %}} {% endif %}
class=line-even>{{ player.getLineHTML(count) }} class=line-even>{{ player.getLineHTML(count) }}
</div> </div>
{% else %} {% else %}
<div <div
{% if searchName == player.name %} {% if searchName == player.name %}
style="background: yellow;" style="background: yellow;"
{% endif %}} {% endif %}
class=line-odd>{{ player.getLineHTML(count) }} class=line-odd>{{ player.getLineHTML(count) }}
</div> </div>
{% endif %} {% endif %}