Show
Ignore:
Timestamp:
09/18/2006 07:21:44 (2 years ago)
Author:
zimbatm
Message:

Now render doesn't render the layout around partials. See #76.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/camping-unabridged.rb

    r161 r162  
    338338      m=Mab.new({},self) 
    339339      s=m.capture{send(*a,&b)} 
    340       s=m.layout{s} if m.respond_to?:layout 
     340      s=m.layout{s} if /^_/!~a[0].to_s and m.respond_to?:layout 
    341341      s 
    342342    end