1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Append semicolon to preamble

This commit is contained in:
Norman Clarke 2013-04-05 17:08:12 -03:00
parent 7ccb8f58f7
commit 2d52a47022

View file

@ -10,7 +10,7 @@ module Haml
end
def precompiled_preamble(locals)
[super, "@output_buffer = ActionView::OutputBuffer.new"]
[super, "@output_buffer = ActionView::OutputBuffer.new;"]
end
def precompiled_postamble(locals)