diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-04 21:31:58 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-04 21:31:58 +0000 |
commit | c63d8de4d70af4d731a112d92fe97e94a42c9aa2 (patch) | |
tree | f50478f83af1d6cdfcc2e649abfd78cf6252f0ea /data | |
parent | 13635722cdf51c1e76dc5ef86391e03594ea49ff (diff) | |
download | semanticscuttle-c63d8de4d70af4d731a112d92fe97e94a42c9aa2.tar.gz semanticscuttle-c63d8de4d70af4d731a112d92fe97e94a42c9aa2.tar.bz2 |
we set content type already in header.php
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@512 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/top.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/templates/top.inc.php b/data/templates/top.inc.php index 9d81328..830da65 100644 --- a/data/templates/top.inc.php +++ b/data/templates/top.inc.php @@ -1,4 +1,3 @@ -<?php header('Content-Type: text/html; charset=utf-8'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> |