1
0
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:
Jakub Vrana
2013-07-05 01:31:53 -07:00
parent 679e818fca
commit f4addc5259
9 changed files with 11 additions and 11 deletions

View File

@@ -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();