From 82d74c6a44a627d9778c36b0e4265d27b60ac960 Mon Sep 17 00:00:00 2001 From: "fil@rezo.net" <> Date: Thu, 27 Dec 2012 21:39:46 +0000 Subject: [PATCH] report de http://core.spip.org/projects/spip/repository/revisions/20065, comprendre image/jpg comme etant image/jpeg --- base/typedoc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/typedoc.php b/base/typedoc.php index d96f27dd..32d8dc88 100644 --- a/base/typedoc.php +++ b/base/typedoc.php @@ -393,7 +393,8 @@ $tables_mime = array( 'audio/x-musepack' => 'audio/musepack', 'audio/webm' => 'video/webm', 'video/flv' => 'video/x-flv', - 'video/mp4' => 'application/mp4' + 'video/mp4' => 'application/mp4', + 'image/jpg' => 'image/jpeg' ); ?> -- GitLab