mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 11:04:02 +02:00
Avoid double escaping in second page title
This commit is contained in:
@@ -64,7 +64,7 @@ if ($_POST && !$error && !$_POST["add"]) {
|
||||
queries_redirect(ME . "table=" . urlencode($TABLE), lang('Indexes have been altered.'), alter_indexes($TABLE, $alter));
|
||||
}
|
||||
|
||||
page_header(lang('Indexes'), $error, array("table" => $TABLE), $TABLE);
|
||||
page_header(lang('Indexes'), $error, array("table" => $TABLE), h($TABLE));
|
||||
|
||||
$fields = array_keys(fields($TABLE));
|
||||
if ($_POST["add"]) {
|
||||
|
Reference in New Issue
Block a user