Skip to content

Commit

Permalink
Merge branch 'patch-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jul 19, 2016
2 parents 57f9e23 + 4ea3517 commit bfb7042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ksp.moon
Expand Up @@ -36,9 +36,9 @@ class extends lapis.Application
text " Creator Name: "
input type: "text", name: "creator_name"
p "Description:"
textarea rows: 4 cols: 60, name: "description"
textarea rows: 4, cols: 60, name: "description"
p "Action Groups:"
textarea rows: 2 cols: 60, name: "action_groups"
textarea rows: 2, cols: 60, name: "action_groups"
p ->
text "KSP Version: "
input type: "text", name: "ksp_version"
Expand Down

0 comments on commit bfb7042

Please sign in to comment.