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

Only consider application/rss+xml internal with CONFIG_DOM

This commit is contained in:
Jonas Fonseca 2005-12-20 03:13:08 +01:00 committed by Jonas Fonseca
parent 56d634b946
commit 4104f5d2f0

View File

@ -1146,7 +1146,9 @@ struct {
} static known_types[] = {
{ "text/html", 0 },
{ "application/xhtml+xml", 0 }, /* RFC 3236 */
#if CONFIG_DOM
{ "application/rss+xml", 0 },
#endif
{ "text/plain", 1 },
{ NULL, 1 },
};