X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/33e3013acbef27ba49fa091389ed8bf4096fa860..5e2f32d08b77d469b7f190f40dde1e4ca9cd1af3:/common.inc.plp diff --git a/common.inc.plp b/common.inc.plp index c6b0c84..cb282c0 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -8,7 +8,6 @@ use open ':std' => ':utf8'; use File::stat 'stat'; use HTTP::Date; -use Shiar_Sheet::KeySigns qw(%sign); $PLP::ERROR = sub { my ($text, $html) = @_; @@ -90,7 +89,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 @@ -122,7 +121,7 @@ EOT rel="code" title="Written in Perl">plp $meta->{version} - created by $sign{sep} + created by • AGPLv3