/[Frey]/trunk/lib/Frey/Class/Browser.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/Class/Browser.pm

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

revision 1126 by dpavlin, Mon Jun 29 16:54:02 2009 UTC revision 1127 by dpavlin, Tue Jun 30 14:07:10 2009 UTC
# Line 96  sub as_markup { Line 96  sub as_markup {
96                  $icons_html->{ $path } || die "can't find $path in ",dump($icons_html);                  $icons_html->{ $path } || die "can't find $path in ",dump($icons_html);
97          };          };
98    
99          $self->title('Frey') if $self->can('title'); # FIXME          eval {
100    
101            $self->title('Frey');
102    
103          $self->add_css(qq|          $self->add_css(qq|
104                  a.graph {                  a.graph {
# Line 105  sub as_markup { Line 107  sub as_markup {
107                  }                  }
108          |);          |);
109    
110            };
111            warn "FIXME: $@" if $@;
112    
113          return          return
114                  qq|<table>| . join("\n",                  qq|<table>| . join("\n",
115                          map {                          map {

Legend:
Removed from v.1126  
changed lines
  Added in v.1127

  ViewVC Help
Powered by ViewVC 1.1.26