We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa79af7 commit 3a5e2cfCopy full SHA for 3a5e2cf
src/Providers/Dcterms.php
@@ -22,7 +22,7 @@ public function run()
22
23
foreach (Utils::getMetas($html) as $meta) {
24
foreach (['dc.', 'dc:', 'dcterms:'] as $prefix) {
25
- if (stripos($meta[0], $prefix) === 0) {
+ if (stripos($meta[0], $prefix) === 0) {
26
$key = substr($meta[0], strlen($prefix));
27
$this->bag->set($key, $meta[1]);
28
}
0 commit comments