diff --git a/adminer/include/design.inc.php b/adminer/include/design.inc.php index 508c922f..a9025225 100644 --- a/adminer/include/design.inc.php +++ b/adminer/include/design.inc.php @@ -21,6 +21,7 @@ function page_header($title, $error = "", $breadcrumb = array(), $title2 = "") { + <?php echo $title_page; ?> diff --git a/changes.txt b/changes.txt index 9d3abcea..764e530a 100644 --- a/changes.txt +++ b/changes.txt @@ -11,6 +11,7 @@ Report offline and other AJAX errors (bug #419) Don't alter table comment if not changed Add links to documentation on table status page Fix handling of 64 bit numbers in auto_increment +Add referrer: never meta tag MySQL: Use utf8mb4 if available MySQL: Support foreign keys in NDB storage PostgreSQL: Materialized views