Forgot to add <abbr> tags
This commit is contained in:
@@ -243,7 +243,7 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
|
|||||||
// for the case ENUM('–','“')
|
// for the case ENUM('–','“')
|
||||||
$type = htmlspecialchars($type);
|
$type = htmlspecialchars($type);
|
||||||
if(strlen($type) > $GLOBALS['cfg']['LimitChars']) {
|
if(strlen($type) > $GLOBALS['cfg']['LimitChars']) {
|
||||||
$type = substr($type, 0, $GLOBALS['cfg']['LimitChars']);
|
$type = '<abbr title="full text">' . substr($type, 0, $GLOBALS['cfg']['LimitChars']) . '</abbr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
$type_nowrap = '';
|
$type_nowrap = '';
|
||||||
|
Reference in New Issue
Block a user