Skip to content

Commit

Permalink
Update ksp.moon
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Dec 1, 2016
1 parent 40a0933 commit b5be7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksp.moon
Expand Up @@ -371,7 +371,7 @@ class extends lapis.Application
enctype: "multipart/form-data"
}, ->
text "Craft name: "
input type: "text", name: "craft_name", placeholder: craft.craft_name
input type: "text", name: "craft_name", craft.craft_name
br!
p "Description:"
textarea cols: 60, rows: 5, name: "description", placeholder: craft.description
Expand Down

0 comments on commit b5be7c2

Please sign in to comment.