Pablo Ferreiro 2 years ago
parent
commit
f4b865b514
1 changed files with 1 additions and 1 deletions
  1. 1 1
      suggestions.php

+ 1 - 1
suggestions.php

@@ -2,7 +2,7 @@
     $config = require "config.php";
     require "engines/google/suggestions.php";
 
-    header('Content-Type: application/x-suggestions+xml');
+    header('Content-Type: application/x-suggestions+json');
     header('Content-Disposition: attachment; filename="suggestions.json"');
 
     $q = isset($_REQUEST['q']) ? htmlspecialchars(trim($_REQUEST["q"])) : '';