Skip to content

Commit 8ad76fe

Browse files
committed
fixing 500px.com for getTags
1 parent 6aa535b commit 8ad76fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Adapters/N500px.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,7 @@ public function run()
5959
//order is important
6060
$this->addProvider('oembed', new Providers\OEmbed());
6161
$this->addProvider('opengraph', new Providers\OpenGraph());
62+
$this->addProvider('html', new Providers\Html());
63+
6264
}
6365
}

0 commit comments

Comments
 (0)