/[Frey]/branches/zimbardo/lib/Frey/Web.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 /branches/zimbardo/lib/Frey/Web.pm

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

revision 445 by dpavlin, Wed Nov 19 03:00:46 2008 UTC revision 446 by dpavlin, Wed Nov 19 03:11:11 2008 UTC
# Line 79  sub _head_html { Line 79  sub _head_html {
79                          $out .= $self->_inline_path( $path ) ?                          $out .= $self->_inline_path( $path ) ?
80                                  qq|<!-- $path --><style type="text/css">\n| . read_file( $path ) . qq|\n</style>| :                                  qq|<!-- $path --><style type="text/css">\n| . read_file( $path ) . qq|\n</style>| :
81                                  qq|<link type="text/css" rel="stylesheet" href="/$path" media="screen">|;                                  qq|<link type="text/css" rel="stylesheet" href="/$path" media="screen">|;
82                  } elsif ( $path =~ m{<.+>} ) {                  } elsif ( $path =~ m{<.+>}s ) {
83                          $out .= $path;                          $out .= $path;
84                  } else {                  } else {
85                          confess "don't know how to render $path";                          confess "don't know how to render $path";
# Line 104  sub add_head { Line 104  sub add_head {
104          return if ! defined $path || $path eq '';          return if ! defined $path || $path eq '';
105          $path =~ s!^/!!;          $path =~ s!^/!!;
106    
107          if ( $path =~ m{<.*>} ) {          if ( $path =~ m{<.*>}s ) {
108                  push @{ $self->head }, $path;                  push @{ $self->head }, $path;
109          } elsif ( -e $path ) {          } elsif ( -e $path ) {
110                  if ( $path =~ m/\.(?:js|css)$/ ) {                  if ( $path =~ m/\.(?:js|css)$/ ) {

Legend:
Removed from v.445  
changed lines
  Added in v.446

  ViewVC Help
Powered by ViewVC 1.1.26