# File lib/html/pipeline/plain_text_input_filter.rb, line 8
      def call
        "<div>#{EscapeUtils.escape_html(@text, false)}</div>"
      end