From 4bd27166c314faa37cada91533b86377f4d4d214 Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Thu, 7 Jul 2011 14:43:45 -0400 Subject: [PATCH] Another case of XSS --- tbl_printview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_printview.php b/tbl_printview.php index 8e8ce24d4..ce007d163 100644 --- a/tbl_printview.php +++ b/tbl_printview.php @@ -69,7 +69,7 @@ if ($multi_tables) { $tbl_list .= (empty($tbl_list) ? '' : ', ') . PMA_backquote($table); } - echo ''. __('Show tables') . ': ' . $tbl_list . '' . "\n"; + echo ''. __('Show tables') . ': ' . htmlspecialchars($tbl_list) . '' . "\n"; echo '
' . "\n"; } // end if