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:
parent
7ccb8f58f7
commit
2d52a47022
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue