8000 - · symfony/symfony@d44ecdd · GitHub
[go: up one dir, main page]

Skip to content

Commit d44ecdd

Browse files
committed
-
1 parent 503425d commit d44ecdd

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
@@ -934,7 +934,7 @@ if (typeof Sfjs === 'undefined' || typeof Sfjs.loadToolbar === 'undefined') {
934934
options.fractionalSecondDigits = 3;
935935
}
936936
937-
// dates/times are always rendered in English to match the rest of the Profiler interface
937+
/* dates/times are always rendered in English to match the rest of the Profiler interface */
938938
timeElement.textContent = dateInUserTimezone.toLocaleString('en', options);
939939
940940
if (undefined !== userTimezoneName) {

0 commit comments

Comments
 (0)
0