Skip to content

Commit

Permalink
Use standard class selector syntax for instagram blockquote
Browse files Browse the repository at this point in the history
  • Loading branch information
sidkshatriya committed Jul 21, 2016
1 parent bbf14f9 commit d1ab079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pass/InstagramTransformPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class InstagramTransformPass extends BasePass

function pass()
{
$all_instagram = $this->q->find('blockquote[class="instagram-media"]');
$all_instagram = $this->q->find('blockquote.instagram-media');
/** @var DOMQuery $el */
foreach ($all_instagram as $el) {
/** @var \DOMElement $dom_el */
Expand Down

0 comments on commit d1ab079

Please sign in to comment.