typo
This commit is contained in:
parent
045908d7c3
commit
0337de721d
2 changed files with 1 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ mainPage content =
|
|||
<> rawEditButton
|
||||
where
|
||||
f content = concatMap item (lines content)
|
||||
newItemForm = form "action=\"/add\" method=\"post\"><input type=\"text\" name=\"text\" placeholder=\"o add a new item>" $ button "type=\"submit\"" "add"
|
||||
newItemForm = form "action=\"/add\" method=\"post\"><input type=\"text\" name=\"text\" placeholder=\"o add a new item\"" $ button "type=\"submit\"" "add"
|
||||
rawEditButton = link "/edit" "edit todo list"
|
||||
|
||||
{-# INLINE editPage #-}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,3 @@ o Wake up
|
|||
o Eat
|
||||
o Sleep
|
||||
o Repeat
|
||||
o Hi
|
||||
o Xd
|
||||
o lol
|
||||
o école
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue