Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-02-02 10:20:01 +01:00
commit 543c2f183f

View File

@ -2586,10 +2586,10 @@ class PMA_Util
return '<a href="' . $GLOBALS['cfg']['DefaultTabDatabase'] . '?'
. PMA_URL_getCommon($database) . '" title="'
. sprintf(
. htmlspecialchars(sprintf(
__('Jump to database "%s".'),
htmlspecialchars($database)
)
$database
))
. '">' . htmlspecialchars($database) . '</a>';
}