From 9683539295ef33d9a2ba2d66b8874171493d0e91 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 11 Apr 2012 16:53:00 -0400 Subject: [PATCH] Attributes must be enclosed with double-quotes --- tbl_structure.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tbl_structure.php b/tbl_structure.php index 3c19da67db..d3110ad7d6 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -272,9 +272,9 @@ foreach ($fields as $row) { $displayed_type = $type; if (strlen($type) > $GLOBALS['cfg']['LimitChars']) { - $displayed_type = ""; + $displayed_type = ''; $displayed_type .= substr($type, 0, $GLOBALS['cfg']['LimitChars']); - $displayed_type .= ""; + $displayed_type .= ''; } // Display basic mimetype [MIME]