]> git.wh0rd.org - tt-rss.git/commitdiff
backend/loading: fix content type
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 13 Apr 2011 04:06:20 +0000 (08:06 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 13 Apr 2011 04:06:20 +0000 (08:06 +0400)
backend.php

index 9ed250cf5f4386aaaf234d0f11923cb80f41cccc..3fa369397a6827623e5406fb959446c713f15ccb 100644 (file)
                break; // digestSend
 
                case "loading":
+                       header("Content-type: text/html");
                        print __("Loading, please wait...") . " " .
                                "<img src='images/indicator_tiny.gif'>";