1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

backend/loading: fix content type

This commit is contained in:
Andrew Dolgov
2011-04-13 08:06:20 +04:00
parent 71344201b7
commit 347b467be5

View File

@@ -499,6 +499,7 @@
break; // digestSend
case "loading":
header("Content-type: text/html");
print __("Loading, please wait...") . " " .
"<img src='images/indicator_tiny.gif'>";