From 347b467be566aee56e5f94a0b1fa145e3099439b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 13 Apr 2011 08:06:20 +0400 Subject: backend/loading: fix content type --- backend.php | 1 + 1 file changed, 1 insertion(+) diff --git a/backend.php b/backend.php index 9ed250cf5..3fa369397 100644 --- a/backend.php +++ b/backend.php @@ -499,6 +499,7 @@ break; // digestSend case "loading": + header("Content-type: text/html"); print __("Loading, please wait...") . " " . ""; -- cgit v1.2.3