Skip to content

Commit c967dd6

Browse files
authored
Merge pull request #64 from frugan-dev/2.x
Removed deprecated "type" attribute for the <style> tag
2 parents a2bae7f + 6fb3724 commit c967dd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Helper/Styles.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ protected function fixInternalAttr(?array $attr = null)
218218
$attr = (array) $attr;
219219

220220
$base = array(
221-
'type' => 'text/css',
222221
'media' => 'screen',
223222
);
224223

0 commit comments

Comments
 (0)