minor syntax correction on header builder
This commit is contained in:
parent
fd198d82a9
commit
928ce837f6
2
index.pl
2
index.pl
@ -121,7 +121,7 @@ sub header {
|
|||||||
$header .= html_tag(
|
$header .= html_tag(
|
||||||
$_->{"tag"},
|
$_->{"tag"},
|
||||||
$_->{"tag"} eq "script" ? " " : undef,
|
$_->{"tag"} eq "script" ? " " : undef,
|
||||||
$rel ? {attribute=>'rel', value=>$_{"rel"}} : undef,
|
$rel ? {attribute=>'rel', value=>$_->{"rel"}} : undef,
|
||||||
{attribute=>'type', value=>$_->{"type"}},
|
{attribute=>'type', value=>$_->{"type"}},
|
||||||
{attribute=>$rel?'href':'src', value=>$_->{"file"}});
|
{attribute=>$rel?'href':'src', value=>$_->{"file"}});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user