Fix malformed haml
This commit is contained in:
parent
566fb6692e
commit
b524220615
@ -1,3 +1,3 @@
|
|||||||
%form{:action => "", :method => "get"}
|
%form{:action => "", :method => "get"}
|
||||||
%label{:for => "input"} Input
|
%label{:for => "input"} Input
|
||||||
%input{:type => "text", :name => "input" :placeholder => "Type something…"}
|
%input{:type => "text", :name => "input", :placeholder => "Type something…"}
|
||||||
|
Loading…
Reference in New Issue
Block a user