mirror of
https://github.com/sigmasternchen/html-tictactoe
synced 2025-03-15 03:28:55 +00:00
cleanup: Remove unnecessary whitespaces in template
This commit is contained in:
parent
110935e6e8
commit
0e6ef6f3a2
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
{%- set winner = board.winner() -%}
|
||||
|
||||
<h3>{{ msg }}</h3>
|
||||
<h3>{{ msg }}</h3>{{- "" -}}
|
||||
|
||||
<a href={{ reset }}>Start over</a>{{- "" -}}
|
||||
<br /><br />{{- "" -}}
|
||||
<table border=1 cellpadding=10>
|
||||
<table border=1 cellpadding=10>{{- "" -}}
|
||||
{%- for y in range(3) -%}
|
||||
<tr>
|
||||
{%- for x in range(3) -%}
|
||||
|
|
Loading…
Reference in a new issue