Skip to content

Commit af07105

Browse files
committed
Fix #11
1 parent 74771c7 commit af07105

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Embed/Providers/Html.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ public function __construct (Url $Url) {
8282
case 'msapplication-tileimage':
8383
$icons[] = $Tag->getAttribute('content');
8484
continue 2;
85+
86+
default:
87+
if ($Tag->hasAttribute('content')) {
88+
$this->set($name, $Tag->getAttribute('content'));
89+
}
90+
continue 2;
8591
}
8692
}
8793

0 commit comments

Comments
 (0)