diff options
author | Alib <aliboba@free.fr> | 2010-03-31 10:43:29 +0200 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-31 10:43:29 +0200 |
commit | 8774bb7891b68a20797884c72591d3d955cf543b (patch) | |
tree | f766f37d5918991ab32b5bd7bb544b2bd49cea78 /index.php | |
parent | 60c3a5b84852066123be23c04329ee1b628f1383 (diff) | |
download | istreamdev-8774bb7891b68a20797884c72591d3d955cf543b.tar.gz istreamdev-8774bb7891b68a20797884c72591d3d955cf543b.tar.bz2 |
client optimisation & speedups
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandl ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" > +<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="UTF-8" /> <title>iStreamdev</title> @@ -286,4 +286,4 @@ if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandl </div> </body> -</html> +</html>
\ No newline at end of file |