diff options
author | Alib <aliboba@free.fr> | 2010-03-30 11:10:43 +0200 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-30 11:10:43 +0200 |
commit | c27e10b782f2f32eaa8fcb45835b1da76a221f3a (patch) | |
tree | 454c52c99d8c6d84c9aca5dd598512046f565e9d | |
parent | da45e75ffa68eb0167bf1d41f743508e2be40dc3 (diff) | |
download | istreamdev-c27e10b782f2f32eaa8fcb45835b1da76a221f3a.tar.gz istreamdev-c27e10b782f2f32eaa8fcb45835b1da76a221f3a.tar.bz2 |
removed manifest call in index
-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" manifest="istreamdev.manifest"> +<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>
\ No newline at end of file +</html> |