Commit 0e4b8f78 authored by bbaetz%acm.org's avatar bbaetz%acm.org

Bug 425599 – show_activity missing space for attachment flag changes

r/a=lpsolit
parent 527abd57
...@@ -2892,7 +2892,7 @@ sub GetBugActivity { ...@@ -2892,7 +2892,7 @@ sub GetBugActivity {
if ($activity_visible) { if ($activity_visible) {
# This gets replaced with a hyperlink in the template. # 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 # Check for the results of an old Bugzilla data corruption bug
$incomplete_data = 1 if ($added =~ /^\?/ || $removed =~ /^\?/); $incomplete_data = 1 if ($added =~ /^\?/ || $removed =~ /^\?/);
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<a href="attachment.cgi?id=[% change.attachid %]"> <a href="attachment.cgi?id=[% change.attachid %]">
Attachment #[% change.attachid %]</a> Attachment #[% change.attachid %]</a>
[% END %] [% END %]
[% change.field %] [%+ change.field %]
</td> </td>
<td> <td>
[% IF change.removed.defined %] [% IF change.removed.defined %]
......
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