Commit 79e8545
committed
minor symfony#26373 [WebProfilerBundle] fix wrong variable for profiler counting ajax requests (Marin Nicolae)
This PR was squashed before being merged into the 2.7 branch (closes symfony#26373).
Discussion
----------
[WebProfilerBundle] fix wrong variable for profiler counting ajax requests
| Q | A
| ------------- | ---
| Branch? | 2.7
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | symfony#26364
| License | MIT
| Doc PR | symfony/symfony-docs#...
Symfony WebProfiler base js change variable tbodies to tbody for counting Ajax Requests.
Commits
-------
0fb83af [WebProfilerBundle] fix wrong variable for profiler counting ajax requestsFile tree
1 file changed
+2
-2
lines changed- src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments