From 1b4dfd2fc6d7db200c55c66ce0585fb3c5a6d59d Mon Sep 17 00:00:00 2001 From: pblasquez Date: Thu, 4 Feb 2016 18:18:40 -0800 Subject: [PATCH] Update ajax_rulesuggest.php --- html/ajax_rulesuggest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ajax_rulesuggest.php b/html/ajax_rulesuggest.php index cee773a2f..850658939 100644 --- a/html/ajax_rulesuggest.php +++ b/html/ajax_rulesuggest.php @@ -62,7 +62,7 @@ function levsort($base, $obj) { } - +header('Content-type: application/json'); $obj = array(array('name' => 'Error: No suggestions found.')); $term = array(); $current = false;