/[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 908 by dpavlin, Fri Jan 2 13:22:13 2009 UTC revision 922 by dpavlin, Mon Jan 5 20:31:14 2009 UTC
# Line 187  sub _add_css_js { Line 187  sub _add_css_js {
187    
188          my ( $package, $path, $line ) = caller(1);          my ( $package, $path, $line ) = caller(1);
189    
190          $content = "/$content" if -e $content;          $content = "/$content" if $content !~ m{[\n\r]} && -e $content;
191          if ( $content =~ $re_html ) {          if ( $content =~ $re_html ) {
192                  $head = qq|                  $head = qq|
193                          $content                          $content

Legend:
Removed from v.908  
changed lines
  Added in v.922

  ViewVC Help
Powered by ViewVC 1.1.26