X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/eca6e9af6dea38f5912c881a5dc05193e1b19848..e9a75e18860a20a7510229d9467a1af87ba4f7b3:/src/phinde/Indexer.php diff --git a/src/phinde/Indexer.php b/src/phinde/Indexer.php index bdd5236..4885b7a 100644 --- a/src/phinde/Indexer.php +++ b/src/phinde/Indexer.php @@ -4,8 +4,8 @@ namespace phinde; class Indexer { static $supportedTypes = array( - 'application/xhtml+xml', - 'text/html', + 'application/xhtml+xml' => true, + 'text/html' => true, ); public function run(Retrieved $retrieved)