mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Also highlight HTML if the MIME type is application/xhtml+xml
This commit is contained in:
parent
322e28ff0c
commit
479039fb9e
@ -242,6 +242,7 @@ render_encoded_document(struct cache_entry *cached, struct document *document)
|
||||
#ifdef CONFIG_DOM
|
||||
if (cached->content_type
|
||||
&& (!strlcasecmp("text/html", 9, cached->content_type, -1)
|
||||
|| !strlcasecmp("application/xhtml+xml", 21, cached->content_type, -1)
|
||||
|| !strlcasecmp("application/rss+xml", 19, cached->content_type, -1)
|
||||
|| !strlcasecmp("application/xbel+xml", 20, cached->content_type, -1)
|
||||
|| !strlcasecmp("application/x-xbel", 18, cached->content_type, -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user