diff --git a/base/typedoc.php b/base/typedoc.php
index a104a193971d398bc99f9af95670a8cd42c82374..f731267c5537c1aebfbdfb2bd5a2e0d25b2854e9 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',