Changeset 1338

Show
Ignore:
Timestamp:
01/29/08 06:47:50 (9 months ago)
Author:
has.s..@gmail.com
Message:

Fixes a bug in the haml templates where it's looking for _erbout

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/merb/template/haml.rb

    r1228 r1338  
    1010     
    1111    def _buffer( binding ) 
    12       @_buffer = eval( "_erbout", binding ) 
     12      @_buffer = eval( "buffer.buffer", binding ) 
    1313    end 
    1414