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:
parent
65a114f4bc
commit
c0ece18042
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user