From 6a2579bb264742a07cdbbd52c21cb6d74324ddef Mon Sep 17 00:00:00 2001 From: Ito Hiroyuki Date: Sun, 18 Jul 2010 14:10:09 +0000 Subject: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=242599#21 * file.c (is_html_type): added. (examineFile, loadGeneralFile, _saveBuffer) (openGeneralPagerBuffer, reloadBuffer): use is_html_type() instead of strcasecmp(). (loadGeneralFile): set f.guess_tupe * display.c (displayBuffer): use is_html_type() instead of strcasecmp(). * buffer.c (reshapeBuffer): use is_html_type() instead of strcasecmp(). * backend.c (internal_get): use is_html_type() instead of strcasecmp(). --- url.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'url.c') diff --git a/url.c b/url.c index 4faafce..e9fc59d 100644 --- a/url.c +++ b/url.c @@ -1,4 +1,4 @@ -/* $Id: url.c,v 1.95 2007/05/23 15:06:06 inu Exp $ */ +/* $Id: url.c,v 1.96 2010/07/18 14:10:09 htrb Exp $ */ #include "fm.h" #ifndef __MINGW32_VERSION #include @@ -101,6 +101,7 @@ static struct table2 DefaultGuess[] = { {"html", "text/html"}, {"htm", "text/html"}, {"shtml", "text/html"}, + {"xhtml", "application/xhtml+xml"}, {"gif", "image/gif"}, {"jpeg", "image/jpeg"}, {"jpg", "image/jpeg"}, -- cgit v1.2.3