X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/05b96f1d0e64293580fd10484092d339b14b56a2..0ce340cab76ae8f6d0450f513843c80901dd5eb3:/common.inc.plp diff --git a/common.inc.plp b/common.inc.plp index fb1d54a..b3a9a70 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -57,6 +57,7 @@ sub Html { 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 $_ = stylesheet(@$_)."\n" for $meta->{stylesheet}; # other vars my $sep = $meta->{charset} eq 'utf-8' ? '•' : ' -- '; @@ -76,7 +77,7 @@ sub Html { EOT - print stylesheet(@$_), "\n" for $meta->{stylesheet} || (); + print $_, "\n" for $meta->{stylesheet} || (); print $_, "\n" for $meta->{raw} || (); print qq{\n\n\n};