bug 1005479: remove hardcoded charset
This commit is contained in:
2
left.php
2
left.php
@@ -226,7 +226,7 @@ require_once('./libraries/header_http.inc.php');
|
||||
*/
|
||||
// Gets the font sizes to use
|
||||
PMA_setFontSizes();
|
||||
echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; // remove vertical scroll bar bug in ie
|
||||
echo "<?xml version=\"1.0\" encoding=\"" . $GLOBALS['charset'] . "\"?".">"; // remove vertical scroll bar bug in ie
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
@@ -42,7 +42,7 @@ PMA_setFontSizes();
|
||||
*/
|
||||
require_once('./libraries/relation.lib.php');
|
||||
$cfgRelation = PMA_getRelationsParam();
|
||||
|
||||
echo "<?xml version=\"1.0\" encoding=\"" . $GLOBALS['charset'] . "\"?".">"; // remove vertical scroll bar bug in ie
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user