--- trunk/lib/Frey/Web.pm 2009/01/02 13:22:13 908 +++ trunk/lib/Frey/Web.pm 2009/01/05 20:31:14 922 @@ -187,7 +187,7 @@ my ( $package, $path, $line ) = caller(1); - $content = "/$content" if -e $content; + $content = "/$content" if $content !~ m{[\n\r]} && -e $content; if ( $content =~ $re_html ) { $head = qq| $content