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:
@@ -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'])?>';
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user