mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Merge pull request #1825 from dentarg/readme/haml-6-fix
Inline Templates: need to use `!=` with Haml 6
This commit is contained in:
commit
b88c232127
1 changed files with 1 additions and 1 deletions
|
@ -938,7 +938,7 @@ __END__
|
|||
|
||||
@@ layout
|
||||
%html
|
||||
= yield
|
||||
!= yield
|
||||
|
||||
@@ index
|
||||
%div.title Hello world.
|
||||
|
|
Loading…
Reference in a new issue