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">
|
||||
<head>
|
||||
<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">
|
||||
<!-- <[CDATA[ -->
|
||||
path='http://<?=$_SERVER['HTTP_HOST'].dirname($_SERVER['REQUEST_URI'])?>';
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
<head>
|
||||
<title>Download</title>
|
||||
<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>
|
||||
<body>
|
||||
<div id="page">
|
||||
|
||||
@@ -15,7 +15,8 @@ NaglowekXHTML();
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl">
|
||||
<head>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl">
|
||||
<head>
|
||||
<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>
|
||||
<body>
|
||||
<div id="page">
|
||||
|
||||
Reference in New Issue
Block a user