delete indentation of HTML.
this is language-independent.
# File lib/erubis/enhancer.rb, line 622 def convert_input(src, input) input = input.gsub(%r^[ \t]+</, '<') super(src, input) end