From: Andrew Dolgov Date: Wed, 13 Apr 2011 04:06:20 +0000 (+0400) Subject: backend/loading: fix content type X-Git-Tag: 1.5.3~52 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=347b467be566aee56e5f94a0b1fa145e3099439b;p=tt-rss.git backend/loading: fix content type --- diff --git a/backend.php b/backend.php index 9ed250cf..3fa36939 100644 --- a/backend.php +++ b/backend.php @@ -499,6 +499,7 @@ break; // digestSend case "loading": + header("Content-type: text/html"); print __("Loading, please wait...") . " " . "";