From 42af12957bbc7ff312040814f06dc6eed6d11f31 Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 22 Jan 2009 15:36:02 +0000 Subject: Interface Fix: correct utf8 git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@239 b3834d28-1941-0410-a4f8-b48e95affb8f --- ajax/getlinkedtags.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ajax/getlinkedtags.php') diff --git a/ajax/getlinkedtags.php b/ajax/getlinkedtags.php index c4110a2..4a3543f 100644 --- a/ajax/getlinkedtags.php +++ b/ajax/getlinkedtags.php @@ -19,6 +19,8 @@ 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 linked tags */ require_once('../header.inc.php'); -- cgit v1.2.3-54-g00ecf