Naprawienie błędu z kodowaniem w IE

git-svn-id: https://svn.pioder.pl/sg-svn@14 3ed2631f-fe0d-47e0-9194-a46bc0f18ee8
This commit is contained in:
chp1994
2009-06-26 10:07:54 +00:00
parent 2d445251b6
commit 893a39bd11
4 changed files with 7 additions and 3 deletions

View File

@@ -15,7 +15,8 @@ NaglowekXHTML();
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl">
<head> <head>
<title>Podgląd zdjęcia nr <?=$id?></title> <title>Podgląd zdjęcia nr <?=$id?></title>
<link type="text/css" href="style.css" rel="stylesheet" /> <link type="text/css" href="style.css" rel="stylesheet" />
<meta http-equiv="Content-Type" content="<?=$xhtml?'application/xhtml+x':'text/ht'?>ml; charset=utf-8" />
<script type="text/javascript"> <script type="text/javascript">
<!-- <[CDATA[ --> <!-- <[CDATA[ -->
path='http://<?=$_SERVER['HTTP_HOST'].dirname($_SERVER['REQUEST_URI'])?>'; path='http://<?=$_SERVER['HTTP_HOST'].dirname($_SERVER['REQUEST_URI'])?>';

View File

@@ -12,6 +12,7 @@
<head> <head>
<title>Download</title> <title>Download</title>
<link type="text/css" href="style.css" rel="stylesheet" /> <link type="text/css" href="style.css" rel="stylesheet" />
<meta http-equiv="Content-Type" content="<?=$xhtml?'application/xhtml+x':'text/ht'?>ml; charset=utf-8" />
</head> </head>
<body> <body>
<div id="page"> <div id="page">

View File

@@ -15,7 +15,8 @@ NaglowekXHTML();
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl">
<head> <head>
<title>Galeria Zdjęć</title> <title>Galeria Zdjęć</title>
<link type="text/css" href="style.css" rel="stylesheet" /> <link type="text/css" href="style.css" rel="stylesheet" />
<meta http-equiv="Content-Type" content="<?=$xhtml?'application/xhtml+x':'text/ht'?>ml; charset=utf-8" />
<script type="text/javascript" src="script.js"></script> <script type="text/javascript" src="script.js"></script>
</head> </head>
<body> <body>

View File

@@ -8,7 +8,8 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl">
<head> <head>
<title>Strona Główna</title> <title>Strona Główna</title>
<link type="text/css" href="style.css" rel="stylesheet" /> <link type="text/css" href="style.css" rel="stylesheet" />
<meta http-equiv="Content-Type" content="<?=$xhtml?'application/xhtml+x':'text/ht'?>ml; charset=utf-8" />
</head> </head>
<body> <body>
<div id="page"> <div id="page">