summaryrefslogtreecommitdiff
path: root/src/htsindex.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 13:02:05 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 13:02:05 +0000
commit211c870cbaf49795e5e15b7726f5f52da7a8cf4a (patch)
treef6f63067cd1a40133e01778440358b0fdec65ad9 /src/htsindex.c
parent1ecdfbe3b855b1f13bcddccc20135f7e35f171a6 (diff)
httrack 3.43.5
Diffstat (limited to 'src/htsindex.c')
-rw-r--r--src/htsindex.c2
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)