diff --git a/templates/index.mako b/templates/index.mako index 63c5b20..c95bc3c 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -18,7 +18,7 @@ % elif query.error == "bad URI": Unsupported URI scheme: ${query.url | h}. % elif query.error == "no data": - Couldn't find any text in ${query.url | h}. Note: only HTML and plain text pages are supported, and content generated by JavaScript or found inside iframes is ignored. + Couldn't find any text in ${query.url | h}. Note: only HTML documents, plain text pages, and PDFs are supported, and content generated by JavaScript or found inside iframes is ignored. % elif query.error == "timeout": The URL ${query.url | h} timed out before any data could be retrieved. % elif query.error == "search error":