Add missing escaping in navigation pane
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
parent
205694982b
commit
306c148098
@ -690,7 +690,7 @@ class NodeDatabase extends Node
|
||||
. '<a href="navigation.php'
|
||||
. PMA_URL_getCommon()
|
||||
. '&showUnhideDialog=true'
|
||||
. '&dbName=' . urldecode($this->real_name) . '"'
|
||||
. '&dbName=' . urlencode($this->real_name) . '"'
|
||||
. ' class="showUnhide ajax">'
|
||||
. Util::getImage(
|
||||
'lightbulb.png',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user