diff options
Diffstat (limited to 'src/phinde/Indexer.php')
| -rw-r--r-- | src/phinde/Indexer.php | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
