Skip to content

Commit

Permalink
Fix HTML with hidden 'attachments' fields in report_page.php
Browse files Browse the repository at this point in the history
When the 'attachments' field is hidden from the Report Issue page (via
$g_bug_report_page_fields config option), the code generated invalid
HTML which caused a display artifact.

Fixes #20352
  • Loading branch information
dregad committed Dec 8, 2015
1 parent c70d8d4 commit 9e9433a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bug_report_page.php
Expand Up @@ -592,12 +592,13 @@
echo '<br />';
}
}
}
?>
</span>
<span class="label-style"></span>
</div>
<?php
}

if( $t_show_view_state ) {
?>
<div class="field-container">
Expand Down

0 comments on commit 9e9433a

Please sign in to comment.