/[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 1033 by dpavlin, Tue Feb 3 20:55:45 2009 UTC revision 1045 by dpavlin, Thu Mar 12 20:56:04 2009 UTC
# Line 203  sub _add_css_js { Line 203  sub _add_css_js {
203          my ( $package, $path, $line ) = caller(1);          my ( $package, $path, $line ) = caller(1);
204    
205          $content = "/$content" if $content !~ m{[\n\r]} && -e $content;          $content = "/$content" if $content !~ m{[\n\r]} && -e $content;
206          if ( $content =~ $re_html ) {          if ( $content =~ $re_html && $what ne 'js' ) {
207                  $head = qq|                  $head = qq|
208                          $content                          $content
209                          <!-- $type via $package at $path line $line -->                          <!-- $type via $package at $path line $line -->

Legend:
Removed from v.1033  
changed lines
  Added in v.1045

  ViewVC Help
Powered by ViewVC 1.1.26