Browse Source

Naprawienie błędu z kodowaniem w IE

git-svn-id: https://svn.pioder.pl/sg-svn@14 3ed2631f-fe0d-47e0-9194-a46bc0f18ee8
master
chp1994 15 years ago
parent
commit
893a39bd11
4 changed files with 7 additions and 3 deletions
  1. +2
    -1
      robocze/display.php
  2. +1
    -0
      robocze/download.php
  3. +2
    -1
      robocze/gallery.php
  4. +2
    -1
      robocze/index.php

+ 2
- 1
robocze/display.php View File

@ -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'])?>';

+ 1
- 0
robocze/download.php View File

@ -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">

+ 2
- 1
robocze/gallery.php View File

@ -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>

+ 2
- 1
robocze/index.php View File

@ -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">

Loading…
Cancel
Save