mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Avoid double escaping in second page title
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
page_header(lang('Database schema'), "", array(), DB . ($_GET["ns"] ? ".$_GET[ns]" : ""));
|
||||
page_header(lang('Database schema'), "", array(), h(DB . ($_GET["ns"] ? ".$_GET[ns]" : "")));
|
||||
|
||||
$table_pos = array();
|
||||
$table_pos_js = array();
|
||||
|
Reference in New Issue
Block a user