From 0bd5cd45f174a56906b2afff6b42c6e5116619b0 Mon Sep 17 00:00:00 2001
From: "joseph@larmarange.net" <>
Date: Sun, 30 Oct 2011 16:50:56 +0000
Subject: [PATCH] =?UTF-8?q?htm=20est=20inutile=20car=20ces=20fichiers=20so?=
 =?UTF-8?q?nt=20renomm=C3=A9s=20automatiquement=20en=20html?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 base/typedoc.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/base/typedoc.php b/base/typedoc.php
index a104a193..f731267c 100644
--- a/base/typedoc.php
+++ b/base/typedoc.php
@@ -112,7 +112,6 @@ $tables_documents = array(
 			'gpx' => 'GPS eXchange Format',
 			'gz' => 'GZ',
 			'h' => 'C header',
-			'htm' => 'HTML',
 			'html' => 'HTML',
 			'jar' => 'Java Archive',
 			'kml' => 'Keyhole Markup Language',
@@ -293,7 +292,6 @@ $tables_mime = array(
 		'gpx' => 'application/gpx+xml', // pas enregistre par IANA
 		'gz' => 'application/x-gzip',
 		'h'  => 'text/x-chdr',
-		'htm' => 'text/html',
 		'html' => 'text/html',
 		'jar' => 'application/java-archive',
 		'kml' => 'application/vnd.google-earth.kml+xml',
-- 
GitLab