mirror of
https://github.com/vrana/adminer.git
synced 2026-02-04 13:50:04 +01:00
Avoid double escaping in second page title
This commit is contained in:
@@ -65,7 +65,7 @@ page_header(
|
||||
($update ? lang('Edit') : lang('Insert')),
|
||||
$error,
|
||||
array("select" => array($TABLE, $table_name)),
|
||||
$table_name //! two calls of h()
|
||||
$table_name
|
||||
);
|
||||
|
||||
$row = null;
|
||||
|
||||
Reference in New Issue
Block a user