common: drop obsolete page attribute 'rawstyle'
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 4 Mar 2015 20:38:01 +0000 (21:38 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 9 Jun 2015 03:43:43 +0000 (05:43 +0200)
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