Skip to content

Commit

Permalink
Add missing space between status icon and select
Browse files Browse the repository at this point in the history
Regression from 5e50992

Issue #27828
  • Loading branch information
dregad committed Jan 31, 2021
1 parent 43879eb commit 1c904c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bug_update_page.php
Expand Up @@ -425,6 +425,7 @@

echo '<td class="bug-status">';
print_icon( 'fa-square', 'fa-status-box ' . $t_status_css );
echo '&nbsp;';
print_status_option_list( 'status', $t_bug->status,
access_can_close_bug( $t_bug ),
$t_bug->project_id );
Expand Down

0 comments on commit 1c904c9

Please sign in to comment.