mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-20 16:16:37 +02:00
Merge branch '1.x'
This commit is contained in:
@@ -66,7 +66,7 @@ class BrowserConsoleHandler extends AbstractProcessingHandler
|
||||
|
||||
if (count(self::$records)) {
|
||||
if ($format === 'html') {
|
||||
self::writeOutput('<script>' , self::generateScript() , '</script>');
|
||||
self::writeOutput('<script>', self::generateScript(), '</script>');
|
||||
} elseif ($format === 'js') {
|
||||
self::writeOutput(self::generateScript());
|
||||
}
|
||||
|
Reference in New Issue
Block a user