# File lib/liquid/standardfilters.rb, line 119
    def newline_to_br(input)        
      input.to_s.gsub(/\n/, "<br />\n")      
    end