From debb9053f737f8f51b8cc402d7d18b8f0a1ee70a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 20 Dec 2010 15:42:45 +0100 Subject: highlight text/html as xml geshi doesn't understand "html", but only html4strict XML seems to be the best choice. Signed-off-by: Florian Pritz --- system/application/models/file_mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/application') diff --git a/system/application/models/file_mod.php b/system/application/models/file_mod.php index 5a06a9801..19a607334 100644 --- a/system/application/models/file_mod.php +++ b/system/application/models/file_mod.php @@ -363,7 +363,7 @@ class File_mod extends Model { 'text/x-subviewer' => 'bash', 'text/x-makefile' => 'make', #'text/x-log' => 'log', - 'text/html' => 'html', + 'text/html' => 'xml', 'text/css' => 'css', 'message/rfc822' => 'email', #'image/svg+xml' => 'xml', -- cgit v1.2.3-24-g4f1b