From: Don Armstrong Date: Thu, 22 Mar 2012 03:54:22 +0000 (-0700) Subject: update output X-Git-Url: https://git.donarmstrong.com/?p=ikiwiki_plugins.git;a=commitdiff_plain;h=4ed794890c1071b0b9b521948a932cc48550d9e6 update output --- diff --git a/sweavealike.pm b/sweavealike.pm index 07d516d..4747b18 100644 --- a/sweavealike.pm +++ b/sweavealike.pm @@ -70,7 +70,7 @@ sub preprocess { if ($@) { error("code '$param{code}' produced error '$@'"); } - my $output = "sweave output\n\n"; + my $output; if (exists $param{verbatim}) { $output = $param{code}; $output =~ s/^/> /mg;