The branch, MAINT_3_4_3 has been updated via 79d924add8c5e2070f7ab0301e1c98ac42fee806 (commit) from 4bec3b3bee31a1bd88a176f8c1cd5033c970fece (commit)
- Log ----------------------------------------------------------------- -----------------------------------------------------------------------
Summary of changes: tbl_structure.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tbl_structure.php b/tbl_structure.php index ffdb0d2..077dbcf 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -252,7 +252,7 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) { // for the case ENUM('–','“') $type = htmlspecialchars($type); if(strlen($type) > $GLOBALS['cfg']['LimitChars']) { - $type = '<abbr title="full text">' . substr($type, 0, $GLOBALS['cfg']['LimitChars']) . '</abbr>'; + $type = '<abbr title="' . htmlspecialchars($type) . '">' . substr($type, 0, $GLOBALS['cfg']['LimitChars']) . '</abbr>'; }
$type_nowrap = '';
hooks/post-receive