summaryrefslogtreecommitdiffstatshomepage
path: root/header.inc.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-02-16 12:36:45 +0000
committerGravatar mensonge2009-02-16 12:36:45 +0000
commitdb61f33eee26b947e4e4826af057385d08594c63 (patch)
tree6a17b5f1fabacaa1628bf01b72942d5892f7585c /header.inc.php
parent0d725d32c3793d078f50a96e7be47e647fb47fc1 (diff)
downloadscuttle-db61f33eee26b947e4e4826af057385d08594c63.tar.gz
scuttle-db61f33eee26b947e4e4826af057385d08594c63.zip
Bug fix: put utf-8
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@281 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'header.inc.php')
-rw-r--r--header.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/header.inc.php b/header.inc.php
index cae71f4..5051002 100644
--- a/header.inc.php
+++ b/header.inc.php
@@ -50,5 +50,5 @@ $tplVars['currentUser'] = $currentUser;
$tplVars['userservice'] = $userservice;
// 6 // Force UTF-8 behaviour for server (cannot be move into top.inc.php which is not included into every file)
-header('Content-Type: text/html; charset=utf-8');
+header('Content-Type: text/html; charset=utf-8');
?>