mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-25 18:51:42 +02:00
Merge pull request #9 from GLaDOSDan/master
Fixed malformed HTML when including scripts in JavascriptRenderer
This commit is contained in:
@@ -528,7 +528,7 @@ class JavascriptRenderer
|
||||
}
|
||||
|
||||
foreach ($jsFiles as $file) {
|
||||
$html .= sprintf('<script type"text/javascript" src="%s"></script>' . "\n",
|
||||
$html .= sprintf('<script type="text/javascript" src="%s"></script>' . "\n",
|
||||
$this->makeUriRelativeTo($file, $this->baseUrl));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user