Skip to content

Commit

Permalink
ActionView::OutputBuffer refactored by rails/rails#45614 (Rails 7.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
varyonic committed Oct 6, 2023
1 parent c020c01 commit 573f112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/arbo/html/tag.rb
Expand Up @@ -163,7 +163,7 @@ def indent_in_context(context)

context.output_buffer << "\n"

context.output_buffer[pos..].html_safe
context.output_buffer.to_str[pos..].html_safe
end

def self_closing_tag?
Expand Down

0 comments on commit 573f112

Please sign in to comment.