Skip to content

Commit

Permalink
small 'fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Aug 29, 2016
1 parent 354fc63 commit d7ad488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ksp.moon
Expand Up @@ -159,7 +159,8 @@ class extends lapis.Application
raw discount craft.description, "nohtml" -- THIS IS SCARY! D:
img src: craft.picture, style: "max-width: inherit;"
if Crafts.statuses.reviewed == craft.status
iframe src: "https://www.youtube.com/embed/#{craft.episode}", frameborder: 0, allowfullscreen: true
--NOTE width/height are hardcoded, this is baaaad
iframe style: "width: 1000px; height: 562.5px;", src: "https://www.youtube.com/embed/#{craft.episode}", frameborder: 0, allowfullscreen: true
p ->
a class: "pure-button", href: craft.download_link, "Download" --TODO replace this with something to protect against XSS...
text " KSP Version: " .. craft.ksp_version
Expand Down

0 comments on commit d7ad488

Please sign in to comment.