From c0ece18042a3c8a031a8df3b99bb01b283b217fe Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Fri, 30 Dec 2005 21:55:53 +0100 Subject: [PATCH] Start showing RSS files in the plain view so it gets highlighted --- src/session/download.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/session/download.c b/src/session/download.c index 77d50dc5d..2455ef901 100644 --- a/src/session/download.c +++ b/src/session/download.c @@ -1147,7 +1147,7 @@ struct { { "text/html", 0 }, { "application/xhtml+xml", 0 }, /* RFC 3236 */ #if CONFIG_DOM - { "application/rss+xml", 0 }, + { "application/rss+xml", 1 }, #endif { "text/plain", 1 }, { NULL, 1 },