Skip to content

Commit

Permalink
Merge pull request barryvdh#502 from ismaail/master
Browse files Browse the repository at this point in the history
Fix HTML5 Validation
  • Loading branch information
barryvdh committed May 17, 2016
2 parents 92556ec + e31f27e commit 97e8f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JavascriptRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function renderHead()
'v' => $this->getModifiedTime('js')
]);

$html = "<link rel='stylesheet' type='text/css' href='{$cssRoute}'>";
$html = "<link rel='stylesheet' type='text/css' property='stylesheet' href='{$cssRoute}'>";
$html .= "<script type='text/javascript' src='{$jsRoute}'></script>";

if ($this->isJqueryNoConflictEnabled()) {
Expand Down

0 comments on commit 97e8f60

Please sign in to comment.