mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-07 15:41:35 +01:00
remove duplicated brackets
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user