summaryrefslogtreecommitdiffstatshomepage
path: root/ajax/gettags.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-01-22 15:45:32 +0000
committerGravatar mensonge2009-01-22 15:45:32 +0000
commit34645dd6e8291caa9c1538715783b971b7cfa24d (patch)
tree6e1dddafd7872f5aa2e784c7d29ae956fe496d3a /ajax/gettags.php
parent42af12957bbc7ff312040814f06dc6eed6d11f31 (diff)
downloadscuttle-34645dd6e8291caa9c1538715783b971b7cfa24d.tar.gz
scuttle-34645dd6e8291caa9c1538715783b971b7cfa24d.zip
Interface Fix: improve utf-8 behaviour
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@240 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'ajax/gettags.php')
-rw-r--r--ajax/gettags.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/ajax/gettags.php b/ajax/gettags.php
index b924ac3..7b8b33a 100644
--- a/ajax/gettags.php
+++ b/ajax/gettags.php
@@ -19,8 +19,6 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
***************************************************************************/
-header('Content-Type: text/html; charset=utf-8');
-
/* Return a json file with list of tags according to current user and sort by popularity*/
require_once('../header.inc.php');