diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index 6fa1a2f907..7b6109996f 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -2399,13 +2399,13 @@ function PMA_getHtmlTableBodyForSpecificDbRoutinePrivs($db, $odd_row, $index_che . 'id="checkbox_sel_users_' . ($index_checkbox++) . '" ' . 'value="' . $value . '" />'; - $html_output .= '' . $row['User'] + $html_output .= '' . htmlspecialchars($row['User']) . '' - . '' . $row['Host'] + . '' . htmlspecialchars($row['Host']) . '' . '' . 'routine' . '' - . '' . '' . $row['Routine_name'] . '' + . '' . '' . htmlspecialchars($row['Routine_name']) . '' . '' . '' . 'Yes' . '';