Missing space
This commit is contained in:
parent
cfaaa64968
commit
5b28841109
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue