From: Don Armstrong Date: Wed, 21 Mar 2012 17:06:26 +0000 (-0700) Subject: add missing semicolon X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=29ed5e3ea90b75c7b7c0f5f9b60098c8dc157710;p=ikiwiki_plugins.git add missing semicolon --- 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;