Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
543c2f183f
@ -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>';
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user