backend/loading: fix content type
This commit is contained in:
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…
Reference in New Issue