Fix malformed haml

This commit is contained in:
Chris Eppstein 2012-03-18 21:18:29 -07:00
parent 566fb6692e
commit b524220615

View File

@ -1,3 +1,3 @@
%form{:action => "", :method => "get"}
%label{:for => "input"} Input
%input{:type => "text", :name => "input" :placeholder => "Type something…"}
%input{:type => "text", :name => "input", :placeholder => "Type something…"}