Typographical quotes for Jump to db link title
Signed-off-by: Joshua Atkins <support@jublo.net>
This commit is contained in:
parent
7589ea7c1a
commit
b79194377c
@ -2547,7 +2547,7 @@ class Util
|
||||
. URL::getCommon(array('db' => $database)) . '" title="'
|
||||
. htmlspecialchars(
|
||||
sprintf(
|
||||
__('Jump to database "%s".'),
|
||||
__('Jump to database “%s”.'),
|
||||
$database
|
||||
)
|
||||
)
|
||||
|
||||
@ -59,8 +59,8 @@ class PMA_GetDbLink_Test extends PHPUnit_Framework_TestCase
|
||||
)
|
||||
. '?db=' . $database
|
||||
. '&server=99&lang=en" '
|
||||
. 'title="Jump to database "'
|
||||
. htmlspecialchars($database) . '".">'
|
||||
. 'title="Jump to database “'
|
||||
. htmlspecialchars($database) . '”.">'
|
||||
. htmlspecialchars($database) . '</a>',
|
||||
PMA\libraries\Util::getDbLink()
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user