diff options
Diffstat (limited to 'src/htsindex.c')
-rw-r--r-- | src/htsindex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsindex.c b/src/htsindex.c index 4a7bd67..4ab69d0 100644 --- a/src/htsindex.c +++ b/src/htsindex.c @@ -172,7 +172,7 @@ int index_keyword(const char* html_data,LLint size,const char* mime,const char* } // Check MIME type - if (strfield2(mime,"text/html")) { + if (is_html_mime_type(mime)) { inscript=0; } // FIXME - temporary fix for image/svg+xml (svg) |