mirror of
https://github.com/vrana/adminer.git
synced 2026-01-03 22:31:08 +01:00
Avoid double escaping in second page title
This commit is contained in:
@@ -108,7 +108,7 @@ if ($_POST && !process_fields($row["fields"]) && !$error) {
|
||||
}
|
||||
}
|
||||
|
||||
page_header(($TABLE != "" ? lang('Alter table') : lang('Create table')), $error, array("table" => $TABLE), $TABLE);
|
||||
page_header(($TABLE != "" ? lang('Alter table') : lang('Create table')), $error, array("table" => $TABLE), h($TABLE));
|
||||
|
||||
if (!$_POST) {
|
||||
$row = array(
|
||||
|
||||
Reference in New Issue
Block a user