backend/loading: fix content type

This commit is contained in:
Andrew Dolgov 2011-04-13 08:06:20 +04:00
parent 71344201b7
commit 347b467be5
1 changed files with 1 additions and 0 deletions

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'>";