widget/reply: load file upload progress indicator
[minimedit.git] / error.inc.php
index a9669c4fc85d60152e4768fd107aac403b0f1c8d..4dbdbe45604dcb7ff43556f86dc07b9c43e2c657 100644 (file)
@@ -11,6 +11,7 @@ function abort($body, string $status = NULL)
                        exit;
                }
        }
+       header('Content-Type: text/plain; charset=utf-8');
        print "$body\n";
        exit;
 }