X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=sweavealike.pm;fp=sweavealike.pm;h=2989c83e2bc131accf5fc748fbfbd4d35a51377c;hb=29ed5e3ea90b75c7b7c0f5f9b60098c8dc157710;hp=2056e51fadc15b245466089d16f63c2e77162691;hpb=1ffc765a589a98c325c2337fe59680658659cabc;p=ikiwiki_plugins.git diff --git a/sweavealike.pm b/sweavealike.pm index 2056e51..2989c83 100644 --- a/sweavealike.pm +++ b/sweavealike.pm @@ -62,7 +62,7 @@ sub preprocess { if ($@) { error($@); } - my $output = "sweave output\n\n" + my $output = "sweave output\n\n"; if (exists $param{verbatim}) { $output = $param{code}; $output =~ s/^/> /mg;