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 {
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 =~ /^\?/);
......
......@@ -73,7 +73,7 @@
<a href="attachment.cgi?id=[% change.attachid %]">
Attachment #[% change.attachid %]</a>
[% END %]
[% change.field %]
[%+ change.field %]
</td>
<td>
[% 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