From 72dc74b580a3aa5536ce4016a52b59e51d801d40 Mon Sep 17 00:00:00 2001 From: John Donaldson Date: Tue, 2 Oct 2018 09:42:55 -0500 Subject: [PATCH] Fix puzzle listing wraparound --- res/puzzle-list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/res/puzzle-list.html b/res/puzzle-list.html index 62ec909..2f3c6af 100644 --- a/res/puzzle-list.html +++ b/res/puzzle-list.html @@ -35,6 +35,7 @@ function render(obj) { var id = puzzle[1]; var i = document.createElement('li'); + i.textContent = " "; l.appendChild(i); if (points === 0) {