mirror of
https://forge.murkfall.net/bluesaxman/pcms.git
synced 2026-03-13 03:24:21 -06:00
minor syntax correction on header builder
This commit is contained in:
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"}});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user