common: drop obsolete page attribute 'rawstyle'
[sheet.git] / common.inc.plp
index c6b0c84f69909cbd2432a94328613b51b393fe52..0f79b839822419c3ceb6ec873e0f25d6d96ff07b 100644 (file)
@@ -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