Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Przybylski <piotrprz@gmail.com>2011-07-24 01:33:19 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-07-24 01:33:19 +0400
commite94e42fb73bb3b35ec3452264ee259efc78fcb38 (patch)
treef12aab022cb0fa6aa2d384fc7ad1516d0930f047 /tbl_printview.php
parent13f0d7a5d57f737a04aa0203cdf4d9b3acd3996f (diff)
parent7e197b695e50f3ba751e48cc45f28ab397534f6f (diff)
Merge remote-tracking branch 'origin/master' into drizzle
Diffstat (limited to 'tbl_printview.php')
-rw-r--r--tbl_printview.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_printview.php b/tbl_printview.php
index 0c237ab97b..1e138588bb 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 '<strong>'. __('Show tables') . ': ' . $tbl_list . '</strong>' . "\n";
+ echo '<strong>'. __('Show tables') . ': ' . htmlspecialchars($tbl_list) . '</strong>' . "\n";
echo '<hr />' . "\n";
} // end if
@@ -84,7 +84,7 @@ foreach ($the_tables as $key => $table) {
}
$counter++;
echo '<div' . $breakstyle . '>' . "\n";
- echo '<h1>' . $table . '</h1>' . "\n";
+ echo '<h1>' . htmlspecialchars($table) . '</h1>' . "\n";
/**
* Gets table informations