Escape navigation tree item names
This commit is contained in:
parent
6d14bb1147
commit
a715441a07
@ -187,7 +187,7 @@ class PMA_Navigation
|
||||
$odd = true;
|
||||
foreach ($hidden[$t] as $hiddenItem) {
|
||||
$html .= '<tr class="' . ($odd ? 'odd' : 'even') . '">';
|
||||
$html .= '<td>' . $hiddenItem . '</td>';
|
||||
$html .= '<td>' . htmlspecialchars($hiddenItem) . '</td>';
|
||||
$html .= '<td style="width:80px"><a href="navigation.php?'
|
||||
. PMA_generate_common_url()
|
||||
. '&unhideNavItem=true'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user