From: bbaetz%acm.org <> Date: Wed, 2 Apr 2008 05:23:08 +0000 (+0000) Subject: Bug 425599 â show_activity missing space for attachment flag changes X-Git-Tag: bugzilla-3.0.4~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a45a83a9dd2ba5756926fea41bf16ef3a05f09f4;p=thirdparty%2Fbugzilla.git Bug 425599 â show_activity missing space for attachment flag changes r/a=lpsolit --- diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 80026000d2..6b6a093ea6 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -1616,7 +1616,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 =~ /^\?/); diff --git a/template/en/default/bug/activity/table.html.tmpl b/template/en/default/bug/activity/table.html.tmpl index 5bfb79f377..18711e418e 100644 --- a/template/en/default/bug/activity/table.html.tmpl +++ b/template/en/default/bug/activity/table.html.tmpl @@ -74,7 +74,7 @@ Attachment #[% change.attachid %] [% END %] - [% change.field %] + [%+ change.field %]