diff --git a/tbl_printview.php b/tbl_printview.php index c5b17ab27..2b38e24a4 100644 --- a/tbl_printview.php +++ b/tbl_printview.php @@ -72,7 +72,7 @@ if ($multi_tables) { $tbl_list .= (empty($tbl_list) ? '' : ', ') . PMA_backquote($table); } - echo ''. $strShowTables . ': ' . $tbl_list . '' . "\n"; + echo ''. $strShowTables . ': ' . htmlspecialchars($tbl_list) . '' . "\n"; echo '