diff options
author | TheTroll <trolldev@gmail.com> | 2010-03-30 11:11:29 +0200 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-03-30 11:11:29 +0200 |
commit | 3855e49fe6f1972ce003e1235a0398791ee0fc5f (patch) | |
tree | faf11cea2f5feea986d3a1f2841905a149f27238 | |
parent | 7c81dd98c16471700f4c2e6c7950d3f9f0c84ecf (diff) | |
parent | c27e10b782f2f32eaa8fcb45835b1da76a221f3a (diff) | |
download | istreamdev-3855e49fe6f1972ce003e1235a0398791ee0fc5f.tar.gz istreamdev-3855e49fe6f1972ce003e1235a0398791ee0fc5f.tar.bz2 |
Merge branch 'master' of projects.vdr-developer.org:istreamdev
* 'master' of projects.vdr-developer.org:istreamdev:
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> |