From 798947fa5538560b843260c3b97bdaf672c660a2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 14 Jun 2004 20:15:46 +0000 Subject: [PATCH] improve background image for th background on error section --- db_details_structure.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ?>