/[Frey]/trunk/lib/Frey/Run.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/Run.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 892 by dpavlin, Wed Dec 24 13:51:59 2008 UTC revision 893 by dpavlin, Wed Dec 24 21:42:00 2008 UTC
# Line 134  sub html { Line 134  sub html {
134                          }                          }
135                          if ( ! $html ) {                          if ( ! $html ) {
136                                  $body  = Frey::View::Dumper->new( data => $body )->as_markup if ref $body;                                  $body  = Frey::View::Dumper->new( data => $body )->as_markup if ref $body;
137                                  $body .= Frey::View::Dumper->new( data => $data )->as_markup if defined $data;                                  $body .= Frey::View::Dumper->new( data => $data )->as_markup if defined $data && ! defined $body;
138                          }                          }
139    
140                          $o->title( $class );                          $o->title( $class );

Legend:
Removed from v.892  
changed lines
  Added in v.893

  ViewVC Help
Powered by ViewVC 1.1.26