From 49d79d2321de59ad45dc850e5c99cb0b4ce06d34 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 15 Aug 2004 12:00:24 +0000 Subject: [PATCH] bug 1005479: remove hardcoded charset --- left.php | 2 +- queryframe.php | 2 +- themes.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/left.php b/left.php index 6f5b5fc78..a8aab8b12 100644 --- a/left.php +++ b/left.php @@ -226,7 +226,7 @@ require_once('./libraries/header_http.inc.php'); */ // Gets the font sizes to use PMA_setFontSizes(); -echo ""; // remove vertical scroll bar bug in ie +echo ""; // remove vertical scroll bar bug in ie ?> diff --git a/queryframe.php b/queryframe.php index 6f982926d..992981ad8 100644 --- a/queryframe.php +++ b/queryframe.php @@ -42,7 +42,7 @@ PMA_setFontSizes(); */ require_once('./libraries/relation.lib.php'); $cfgRelation = PMA_getRelationsParam(); - +echo ""; // remove vertical scroll bar bug in ie ?> diff --git a/themes.php b/themes.php index be2b32915..ae85f1a69 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 ""; +echo ""; ?>