Skip to content

Commit

Permalink
Remove unnecessary markup
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Feb 2, 2020
1 parent 44dd7ab commit 3cc4ce9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bug_view_inc.php
Expand Up @@ -970,8 +970,10 @@ function bug_view_relationship_view_box( $p_bug_id, $p_can_update ) {
if( $t_relationship_graph ) {
?>
<div class="btn-group pull-right noprint">
<span class="small"><?php print_small_button( 'bug_relationship_graph.php?bug_id=' . $p_bug_id . '&graph=relation', lang_get( 'relation_graph' ) )?></span>
<span class="small"><?php print_small_button( 'bug_relationship_graph.php?bug_id=' . $p_bug_id . '&graph=dependency', lang_get( 'dependency_graph' ) )?></span>
<?php
print_small_button( 'bug_relationship_graph.php?bug_id=' . $p_bug_id . '&graph=relation', lang_get( 'relation_graph' ) );
print_small_button( 'bug_relationship_graph.php?bug_id=' . $p_bug_id . '&graph=dependency', lang_get( 'dependency_graph' ) );
?>
</div>
<?php
} # $t_relationship_graph
Expand Down

0 comments on commit 3cc4ce9

Please sign in to comment.