diff --git a/index.pl b/index.pl index 08c82cb..01522d7 100755 --- a/index.pl +++ b/index.pl @@ -121,7 +121,7 @@ sub header { $header .= html_tag( $_->{"tag"}, $_->{"tag"} eq "script" ? " " : undef, - $rel ? {attribute=>'rel', value=>$_{"rel"}} : undef, + $rel ? {attribute=>'rel', value=>$_->{"rel"}} : undef, {attribute=>'type', value=>$_->{"type"}}, {attribute=>$rel?'href':'src', value=>$_->{"file"}}); }