# File lib/erubis/enhancer.rb, line 578
    def convert_input(src, input)
      input = input.gsub(/^[ \t]+</, '<')
      super(src, input)
    end