1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Start showing RSS files in the plain view so it gets highlighted

This commit is contained in:
Jonas Fonseca 2005-12-30 21:55:53 +01:00 committed by Jonas Fonseca
parent 65a114f4bc
commit c0ece18042

View File

@ -1147,7 +1147,7 @@ struct {
{ "text/html", 0 }, { "text/html", 0 },
{ "application/xhtml+xml", 0 }, /* RFC 3236 */ { "application/xhtml+xml", 0 }, /* RFC 3236 */
#if CONFIG_DOM #if CONFIG_DOM
{ "application/rss+xml", 0 }, { "application/rss+xml", 1 },
#endif #endif
{ "text/plain", 1 }, { "text/plain", 1 },
{ NULL, 1 }, { NULL, 1 },