summaryrefslogtreecommitdiffstatshomepage
path: root/ajax/getlinkedtags.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-01-22 15:36:02 +0000
committerGravatar mensonge2009-01-22 15:36:02 +0000
commit42af12957bbc7ff312040814f06dc6eed6d11f31 (patch)
tree25ec1c8d91cafe68f83ac7c3cf251beb73315304 /ajax/getlinkedtags.php
parent24ab0f6487d7a3883af126cc22f5d9d08acf3a80 (diff)
downloadscuttle-42af12957bbc7ff312040814f06dc6eed6d11f31.tar.gz
scuttle-42af12957bbc7ff312040814f06dc6eed6d11f31.zip
Interface Fix: correct utf8
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@239 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'ajax/getlinkedtags.php')
-rw-r--r--ajax/getlinkedtags.php2
1 files changed, 2 insertions, 0 deletions
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');