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) {