From 6bf4e76495b03ccec29fb4d9262ac871dd10a221 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 9 Oct 2010 13:03:55 +0200 Subject: make add/del tag nav links work again --- www/ajax/getlinkedtags.php | 1 - 1 file changed, 1 deletion(-) (limited to 'www') 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; -- cgit v1.2.3