From add81ec7a7557ca86298019b49280b7d93aea790 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 29 Mar 2011 18:01:04 +0400 Subject: fix wrong content-type of pref-feeds/add when subscribing through an external mechanism (closes #330) --- modules/pref-feeds.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 9b06cbe5f..e202c2ca4 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -962,6 +962,7 @@ $auth_pass = db_escape_string(trim($_POST["auth_pass"])); if ($p_from != 'tt-rss') { + header("Content-Type: text/html"); print " Tiny Tiny RSS -- cgit v1.2.3