backend/loading: fix content type

master
Andrew Dolgov 14 years ago
parent 71344201b7
commit 347b467be5

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

Loading…
Cancel
Save