This commit is contained in:
Alexander M. Turek
2002-07-07 09:23:26 +00:00
parent 830ebed117
commit 00579e7b76
2 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-07-07 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/common.lib.php3: Forgot a <meta /> tag in the config file error
message.
2002-07-06 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/charset_conversion.lib.php3: $strCantUseRecodeIconv has to be
accessed via the $GLOBALS[] array.

View File

@@ -85,6 +85,7 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')){
<head>
<title>phpMyAdmin</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
<style type="text/css">
<!--
body {font-family: sans-serif; font-size: small; color: #000000; background-color: #F5F5F5}