From 11fa40de88d41c209614ad064f71994b1360a5b2 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 4 Mar 2015 21:38:01 +0100 Subject: [PATCH] common: drop obsolete page attribute 'rawstyle' --- common.inc.plp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.0