Commit 2db58cfe authored by David Lawrence's avatar David Lawrence

Bug 1238987 - Remove the trailing newline when the quoted text in comments is wrapped

r=LpSolit
parent 9c29ca8e
......@@ -474,6 +474,7 @@ sub wrap_cite {
$wrappedcomment .= $line . "\n";
}
}
chomp($wrappedcomment); # remove extra newline at the end
return $wrappedcomment;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment