The branch, master has been updated
       via  29e778d8e225d74aa714e6780af0fed033db5e4a (commit)
       via  43c7f939c31e9304cacbbc456d999d9d6afc8682 (commit)
       via  79d924add8c5e2070f7ab0301e1c98ac42fee806 (commit)
      from  7f9797bc6af1dc2348b5b748b557e387ec164319 (commit)


- Log -----------------------------------------------------------------
commit 29e778d8e225d74aa714e6780af0fed033db5e4a
Merge: 7f9797bc6af1dc2348b5b748b557e387ec164319 
43c7f939c31e9304cacbbc456d999d9d6afc8682
Author: Michal Čihař <[email protected]>
Date:   Mon Jun 27 13:56:29 2011 +0200

    Merge remote-tracking branch 'origin/QA_3_4'

-----------------------------------------------------------------------

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 5406e9f..4bb3a03 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('&#8211;','&ldquo;')
         $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
-- 
phpMyAdmin

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to