diff --git a/tbl_structure.php b/tbl_structure.php
index 5406e9f9c0..4bb3a0381c 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -258,7 +258,7 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
// for the case ENUM('–','“')
$type = htmlspecialchars($type);
if(strlen($type) > $GLOBALS['cfg']['LimitChars']) {
- $type = '' . substr($type, 0, $GLOBALS['cfg']['LimitChars']) . '';
+ $type = '' . substr($type, 0, $GLOBALS['cfg']['LimitChars']) . '';
}
$type_nowrap = '';