From 4ed794890c1071b0b9b521948a932cc48550d9e6 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 21 Mar 2012 20:54:22 -0700 Subject: [PATCH] update output --- sweavealike.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2