Skip to content

Commit

Permalink
Update modules/quant_api/src/EventSubscriber/QuantApi.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stooit authored Sep 21, 2022
1 parent ff4caf2 commit 51f139b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/quant_api/src/EventSubscriber/QuantApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public function onOutput(QuantEvent $event) {
}

// Media oEmbed support.
// Core media may be embeded via an iFrame that is not included in the seed process.
// Core media may be embedded via iFrame not included by the seed process.
// This content can be detected and included on the fly.
/** @var \DOMElement $node */
foreach ($xpath->query('//iframe[contains(@src, "/media/oembed")]') as $node) {
Expand Down

0 comments on commit 51f139b

Please sign in to comment.