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>2004-08-15 16:00:24 +0400
committerMarc Delisle <marc@infomarc.info>2004-08-15 16:00:24 +0400
commit49d79d2321de59ad45dc850e5c99cb0b4ce06d34 (patch)
tree696dbb1673032df71f83f9b49f90d75f6353ff23 /themes.php
parent7a03e56e50a87134f53141b34b5e4024f66b9dc8 (diff)
bug 1005479: remove hardcoded charset
Diffstat (limited to 'themes.php')
-rw-r--r--themes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes.php b/themes.php
index be2b32915c..ae85f1a69c 100644
--- a/themes.php
+++ b/themes.php
@@ -13,7 +13,7 @@ require_once('./libraries/header_http.inc.php');
/* Gets the font sizes to use */
PMA_setFontSizes();
/* remove vertical scroll bar bug in ie */
-echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">";
+echo "<?xml version=\"1.0\" encoding=\"" . $GLOBALS['charset'] . "\"?".">";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">