summaryrefslogtreecommitdiff
path: root/src/htsindex.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 13:02:50 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 13:02:50 +0000
commit1096a6b82c4110f7a15132c9a2b525899d62380c (patch)
tree253b431bc06ce806ee47aa7b7c4285da8c5503d6 /src/htsindex.c
parent211c870cbaf49795e5e15b7726f5f52da7a8cf4a (diff)
httrack 3.43.12 (again)
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 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)