From 2b034f514c5004ec87511fe1b66f84066653904a Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 21 Mar 2012 10:38:03 -0700 Subject: [PATCH] add missing \n --- sweavealike.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweavealike.pm b/sweavealike.pm index 661a431..07d516d 100644 --- a/sweavealike.pm +++ b/sweavealike.pm @@ -75,7 +75,7 @@ sub preprocess { $output = $param{code}; $output =~ s/^/> /mg; } - $output .= $code_result; + $output .= "\n".$code_result; $output =~ s/^/ /mg; return($output); } -- 2.39.2