summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/Util.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm
index c28c0d05d..4718efc88 100644
--- a/Bugzilla/Util.pm
+++ b/Bugzilla/Util.pm
@@ -474,6 +474,7 @@ sub wrap_cite {
$wrappedcomment .= $line . "\n";
}
}
+ chomp($wrappedcomment); # remove extra newline at the end
return $wrappedcomment;
}