From 3c825ad6454ccaee52dda55e4caf89518481a2b9 Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Fri, 16 Mar 2018 16:42:35 -0700 Subject: [PATCH] typo --- views/index/logged_in.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index/logged_in.moon b/views/index/logged_in.moon index 5c4dec3..31cc043 100644 --- a/views/index/logged_in.moon +++ b/views/index/logged_in.moon @@ -15,7 +15,7 @@ class extends Widget ul -> for task in *@tasks li -> - input type: "checkbox", id: "task-#{task.id}", onchange: "check(#{task.id})" checked: task.done + input type: "checkbox", id: "task-#{task.id}", onchange: "check(#{task.id})", checked: task.done text " #{task.text}" li -> form {