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 %}
|
{%- endmacro %}
|
||||||
|
|
||||||
{% macro _render_card(card) -%}
|
{% 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 %}
|
{%- endmacro %}
|
||||||
|
|
||||||
{% macro deck(game, playerid="") -%}
|
{% macro deck(game, playerid="") -%}
|
||||||
|
|
Loading…
Reference in a new issue