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:
@@ -499,6 +499,7 @@
|
||||
break; // digestSend
|
||||
|
||||
case "loading":
|
||||
header("Content-type: text/html");
|
||||
print __("Loading, please wait...") . " " .
|
||||
"<img src='images/indicator_tiny.gif'>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user