diff --git a/core/relationship_api.php b/core/relationship_api.php index 7d6beffdd6..16dfeb002e 100644 --- a/core/relationship_api.php +++ b/core/relationship_api.php @@ -649,7 +649,7 @@ function relationship_get_details( $p_bug_id, $p_relationship, $p_html = false, # add project name if( $p_show_project ) { - $t_relationship_info_html .= $t_td . $t_related_project_name . ' '; + $t_relationship_info_html .= $t_td . string_display_line( $t_related_project_name ) . ' '; } # add summary