diff --git a/ecrire/inc/headers.php b/ecrire/inc/headers.php
index 37e2805aea56f9e31c826134b2aaaa55d9e956f2..5dacb329deb20a3addd4e2bf0b6388f855712b62 100644
--- a/ecrire/inc/headers.php
+++ b/ecrire/inc/headers.php
@@ -60,7 +60,7 @@ function http_status($status) {
 	global $REDIRECT_STATUS, $flag_sapi_name;
 	static $status_string = array(
 		200 => '200 OK',
-		204 => 'No Content',
+		204 => '204 No Content',
 		301 => '301 Moved Permanently',
 		302 => '302 Found',
 		304 => '304 Not Modified',