lib/hanami/helpers/html_helper/text_node.rb in hanami-helpers-0.3.0 vs lib/hanami/helpers/html_helper/text_node.rb in hanami-helpers-0.4.0
- old
+ new
@@ -1,4 +1,6 @@
+require 'hanami/utils/escape'
+
module Hanami
module Helpers
module HtmlHelper
# Text node. Allows for text to be inserted between HTML tags.
#