Missing space

This commit is contained in:
Robbe Van Herck 2020-03-20 15:16:22 +01:00
parent cfaaa64968
commit 5b28841109
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
{%- endmacro %}
{% macro _render_card(card) -%}
<img src={{ url_for('static', filename='images/cards/' + card + '.png') }} alt={{ card }} width=100/>
<img src={{ url_for('static', filename='images/cards/' + card + '.png') }} alt={{ card }} width=100 />
{%- endmacro %}
{% macro deck(game, playerid="") -%}
@ -23,4 +23,4 @@
{{ render_card("back", game, playerid, pickup=(playerid != "")) }}
{% endif %}
{{ render_card(game.last_card, game, playerid, undo=(playerid != "" and game.cards["played_cards"] != [])) }}
{%- endmacro %}
{%- endmacro %}