Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2011-06-10 00:09:53 +0400
committerMarc Delisle <marc@infomarc.info>2011-06-10 00:09:53 +0400
commitcd5cddb2e4324094eae365e01422e8d165d372e8 (patch)
tree373b330f2d97e7d467090ba900b6d66b053f22a9 /browse_foreigners.php
parent412bb22b3944339e77d0f2f5437955a80c44862a (diff)
charset is now hardcoded
Diffstat (limited to 'browse_foreigners.php')
-rw-r--r--browse_foreigners.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/browse_foreigners.php b/browse_foreigners.php
index 0b104841fe..c31d74ca8a 100644
--- a/browse_foreigners.php
+++ b/browse_foreigners.php
@@ -81,7 +81,7 @@ if (is_array($foreignData['disp_row'])) {
<head>
<title>phpMyAdmin</title>
- <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css"
href="phpmyadmin.css.php?<?php echo PMA_generate_common_url('', ''); ?>&amp;js_frame=right&amp;nocache=<?php echo $GLOBALS['PMA_Config']->getThemeUniqueValue(); ?>" />
<?php