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 108236e commit a744fc3Copy full SHA for a744fc3
src/DebugBar/JavascriptRenderer.php
@@ -528,7 +528,7 @@ public function renderHead()
528
}
529
530
foreach ($jsFiles as $file) {
531
- $html .= sprintf('<script type"text/javascript" src="http://github.com/%s"></script>' . "\n",
+ $html .= sprintf('<script type="text/javascript" src="http://github.com/%s"></script>' . "\n",
532
$this->makeUriRelativeTo($file, $this->baseUrl));
533
534
0 commit comments