Typographical quotes for Jump to db link title

Signed-off-by: Joshua Atkins <support@jublo.net>
This commit is contained in:
Joshua Atkins 2017-02-11 17:09:21 +01:00
parent 7589ea7c1a
commit b79194377c
2 changed files with 3 additions and 3 deletions

View File

@ -2547,7 +2547,7 @@ class Util
. URL::getCommon(array('db' => $database)) . '" title="'
. htmlspecialchars(
sprintf(
__('Jump to database "%s".'),
__('Jump to database “%s”.'),
$database
)
)

View File

@ -59,8 +59,8 @@ class PMA_GetDbLink_Test extends PHPUnit_Framework_TestCase
)
. '?db=' . $database
. '&amp;server=99&amp;lang=en" '
. 'title="Jump to database &quot;'
. htmlspecialchars($database) . '&quot;.">'
. 'title="Jump to database &ldquo;'
. htmlspecialchars($database) . '&rdquo;.">'
. htmlspecialchars($database) . '</a>',
PMA\libraries\Util::getDbLink()
);