10000 [Profiler] Join using ';\n' · sroze/symfony@0998710 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0998710

Browse files
committed
[Profiler] Join using ';\n'
1 parent 9b841d9 commit 0998710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
/* Evaluate in global scope scripts embedded inside the toolbar */
422422
eval.call({}, ([].slice.call(el.querySelectorAll('script')).map(function (script) {
423423
return script.firstChild.nodeValue;
424-
}).join('\n')));
424+
}).join(';\n')));
425425
426426
4053 el.style.display = -1 !== xhr.responseText.indexOf('sf-toolbarreset') ? 'block' : 'none';
427427

0 commit comments

Comments
 (0)
0