X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/51dd0821437237c80bb0910b459799c0f66b71b0..48a9c9c1a60f4f5ebc71a5e5269b01109c9dcfa4:/firefox/explode-stylus?ds=sidebyside diff --git a/firefox/explode-stylus b/firefox/explode-stylus index 6195a3a..1b20b83 100755 --- a/firefox/explode-stylus +++ b/firefox/explode-stylus @@ -18,6 +18,7 @@ for my $e (@$js) { next KEY if $k eq "code"; print $fh "/*@ $k: ", join(", ", $s->{$k}->@*), " */\n"; } + $s->{code} =~ s/\n$//; print $fh $s->{code}, "\n"; print $fh "/*\@END*/\n"; }