Skip to content

Commit

Permalink
Add block to after_template for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
willcosgrove committed Oct 3, 2024
1 parent 5c12dfa commit 535ec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phlex/sgml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def call(buffer = +"", context: Phlex::Context.new, view_context: nil, parent: n
end
end

after_template
after_template(&block)
end

unless parent
Expand Down

0 comments on commit 535ec7b

Please sign in to comment.