diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/erb.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erb.rb b/lib/erb.rb index c6e912912..e1f078285 100644 --- a/lib/erb.rb +++ b/lib/erb.rb @@ -518,7 +518,7 @@ class ERB def compile(s) out = Buffer.new(self) - out.push("# -*- coding: #{s.encoding} -*-") + out.push("# -*- coding: #{s.encoding} -*-\n") content = '' scanner = make_scanner(s) |
