X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/27a09d8367645f5545c49e8dd52b3d2cb3dff1ee..11fa40de88d41c209614ad064f71994b1360a5b2:/common.inc.plp diff --git a/common.inc.plp b/common.inc.plp index c6b0c84..0f79b83 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -90,7 +90,7 @@ sub Html { # flatten arrays ref $_ eq 'ARRAY' and $_ = join ' ', @$_ for $meta->{description}; ref $_ eq 'ARRAY' and $_ = join ', ', @$_ for $meta->{keywords}; - ref $_ eq 'ARRAY' and $_ = join "\n", @$_ for $meta->{rawstyle}, $meta->{raw}; + ref $_ eq 'ARRAY' and $_ = join "\n", @$_ for $meta->{raw}; ref $_ eq 'ARRAY' and $_ = stylesheet(@$_)."\n" for $meta->{stylesheet}; # other vars