Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0

This commit is contained in:
Weblate 2013-05-23 13:06:11 +02:00
commit eb73f415d9
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog
4.0.3.0 (not yet released)
- bug #3941 Recent tables list always empty
- bug #3933 Do not translate "Open Document" in export settings
- bug #3927 List of tables is missing after expanding in the navigation frame
4.0.2.0 (not yet released)
- bug #3902 Cannot browse when table name contains keyword "call"

View File

@ -927,8 +927,9 @@ class PMA_NavigationTree
if ($GLOBALS['cfg']['ShowTooltip']) {
$title = $node->getComment();
if ($title) {
$title = " title='"
. htmlentities($title, ENT_QUOTES) . "'";
$title = ' title="'
. htmlentities($title, ENT_QUOTES, 'UTF-8')
. '"';
}
} else {
$title = '';