Support ShowTooltip config directive having a value of false
This commit is contained in:
parent
b0a6275f87
commit
7c388f56b2
@ -923,6 +923,8 @@ class PMA_NavigationTree
|
||||
if ($title) {
|
||||
$title = " title='" . htmlentities($title, ENT_QUOTES) . "'";
|
||||
}
|
||||
} else {
|
||||
$title = '';
|
||||
}
|
||||
$retval .= "<a$linkClass$title href='$link'>";
|
||||
$retval .= htmlspecialchars($node->real_name);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user