From: Mischa POSLAWSKY Date: Wed, 4 Mar 2015 20:38:01 +0000 (+0100) Subject: common: drop obsolete page attribute 'rawstyle' X-Git-Tag: v1.7~56 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/11fa40de88d41c209614ad064f71994b1360a5b2?hp=27a09d8367645f5545c49e8dd52b3d2cb3dff1ee common: drop obsolete page attribute 'rawstyle' --- 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