aboutsummaryrefslogtreecommitdiff
path: root/www/ajax/getlinkedtags.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/ajax/getlinkedtags.php')
-rw-r--r--www/ajax/getlinkedtags.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/ajax/getlinkedtags.php b/www/ajax/getlinkedtags.php
index 307ee26..d8ddb5b 100644
--- a/www/ajax/getlinkedtags.php
+++ b/www/ajax/getlinkedtags.php
@@ -26,7 +26,6 @@
* @link http://sourceforge.net/projects/semanticscuttle
*/
$httpContentType = 'application/json';
-#$httpContentType = 'text/plain';
require_once '../www-header.php';
$tag = isset($_GET['tag']) ? $_GET['tag'] : null;