diff --git a/db_details_structure.php b/db_details_structure.php index b108db087..27dfc866d 100644 --- a/db_details_structure.php +++ b/db_details_structure.php @@ -758,9 +758,10 @@ if (PMA_MYSQL_INT_VERSION >= 40101) { if ($num_tables > 0 && !$cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == FALSE) { - echo '
' . $strError . '
' - . '
' . sprintf($strRelationNotWorking, '', '') - . '
'; + echo '
' . $strError . '
' + . '' + . sprintf(wordwrap($strRelationNotWorking,65,'
'), '', '') + . ''; } // end if ?>