From 0e4b8f785d87afacbf432f6985a3d906b35bba21 Mon Sep 17 00:00:00 2001 From: "bbaetz%acm.org" <> Date: Wed, 2 Apr 2008 05:23:02 +0000 Subject: Bug 425599 – show_activity missing space for attachment flag changes r/a=lpsolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Bug.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 5694ac351..3d4c4b869 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -2892,7 +2892,7 @@ sub GetBugActivity { if ($activity_visible) { # This gets replaced with a hyperlink in the template. - $field =~ s/^Attachment// if $attachid; + $field =~ s/^Attachment\s*// if $attachid; # Check for the results of an old Bugzilla data corruption bug $incomplete_data = 1 if ($added =~ /^\?/ || $removed =~ /^\?/); -- cgit v1.2.3-24-g4f1b