From: Don Armstrong Date: Wed, 21 Mar 2012 17:38:03 +0000 (-0700) Subject: add missing \n X-Git-Url: https://git.donarmstrong.com/?p=ikiwiki_plugins.git;a=commitdiff_plain;h=2b034f514c5004ec87511fe1b66f84066653904a add missing \n --- 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); }