--- trunk/lib/Frey/Web.pm 2008/11/28 17:20:05 596 +++ trunk/lib/Frey/Web.pm 2008/11/28 19:19:03 600 @@ -121,11 +121,11 @@ $path =~ s!^/!!; if ( $path =~ m/\.js$/ ) { $out .= $self->_inline_path( $path ) ? - qq|| : + qq|| : qq||; } elsif ( $path =~ m/\.css$/ ) { $out .= $self->_inline_path( $path ) ? - qq|| : + qq|| : qq||; } elsif ( $path =~ m{<.+>}s ) { $out .= $path;