mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
Avoid double escaping in second page title
This commit is contained in:
@@ -36,7 +36,7 @@ if (!$_POST && $TABLE != "") {
|
||||
}
|
||||
}
|
||||
|
||||
page_header(($TABLE != "" ? lang('Alter view') : lang('Create view')), $error, array("table" => $TABLE), $TABLE);
|
||||
page_header(($TABLE != "" ? lang('Alter view') : lang('Create view')), $error, array("table" => $TABLE), h($TABLE));
|
||||
?>
|
||||
|
||||
<form action="" method="post">
|
||||
|
Reference in New Issue
Block a user