diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:02:05 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:02:05 +0000 |
commit | 211c870cbaf49795e5e15b7726f5f52da7a8cf4a (patch) | |
tree | f6f63067cd1a40133e01778440358b0fdec65ad9 /src/htsindex.c | |
parent | 1ecdfbe3b855b1f13bcddccc20135f7e35f171a6 (diff) |
httrack 3.43.5
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 4ab69d0..4a7bd67 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 (is_html_mime_type(mime)) { + if (strfield2(mime,"text/html")) { inscript=0; } // FIXME - temporary fix for image/svg+xml (svg) |