[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_2-3300-gcd5cddb

Marc Delisle lem9 at users.sourceforge.net
Thu Jun 9 22:10:06 CEST 2011


The branch, master has been updated
       via  cd5cddb2e4324094eae365e01422e8d165d372e8 (commit)
      from  412bb22b3944339e77d0f2f5437955a80c44862a (commit)


- Log -----------------------------------------------------------------
commit cd5cddb2e4324094eae365e01422e8d165d372e8
Author: Marc Delisle <marc at infomarc.info>
Date:   Thu Jun 9 16:09:53 2011 -0400

    charset is now hardcoded

-----------------------------------------------------------------------

Summary of changes:
 browse_foreigners.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/browse_foreigners.php b/browse_foreigners.php
index 0b10484..c31d74c 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('', ''); ?>&js_frame=right&nocache=<?php echo $GLOBALS['PMA_Config']->getThemeUniqueValue(); ?>" />
 <?php


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list