diff --git a/Source/pages/view.php b/Source/pages/view.php index 55c9580..d0c31b9 100644 --- a/Source/pages/view.php +++ b/Source/pages/view.php @@ -23,6 +23,7 @@ $t_bug_rows[$t_bug_id] = $t_bug_row; } +$t_affected_rowspan = count( $t_bug_rows ) + ( $t_can_update ? 1 : 0 ); $t_repos = SourceRepo::load_by_changesets( $t_changeset ); if ( count( $t_repos ) < 1 ) { @@ -123,12 +124,14 @@ + 0 ) { ?>