1
0
Fork 0
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:
Jordan Owens 2022-10-08 22:50:41 -04:00 committed by GitHub
commit b88c232127
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -938,7 +938,7 @@ __END__
@@ layout
%html
= yield
!= yield
@@ index
%div.title Hello world.