delete indentation of HTML.
this is language-independent.
[Source]
# File lib/erubis/enhancer.rb, line 579 579: def convert_input(src, input) 580: input = input.gsub(/^[ \t]+</, '<') 581: super(src, input) 582: end
[Validate]