summaryrefslogtreecommitdiffstatshomepage
path: root/ajax/gettags.php
diff options
context:
space:
mode:
Diffstat (limited to 'ajax/gettags.php')
-rw-r--r--ajax/gettags.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/ajax/gettags.php b/ajax/gettags.php
index 7b8b33a..b924ac3 100644
--- a/ajax/gettags.php
+++ b/ajax/gettags.php
@@ -19,6 +19,8 @@ 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');