Skip to content

Commit b658141

Browse files
AntoineLemaireNyholm
authored andcommitted
Fix profiler details table (#190)
Fix for #181
1 parent d8070fc commit b658141

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/views/Collector/geocoder.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
<tr id="geocoder-{{ provider }}-{{ loop.index }}-details" class="context sf-toggle-content sf-toggle-hidden">
114114
<td></td>
115115
<td>{{ profiler_dump(query.query, maxDepth=1) }}</td>
116+
<td></td>
116117
{% if query.result.message is defined %}
117118
<td>{{ profiler_dump(query.result, maxDepth=1) }}</td>
118119
{% else %}

0 commit comments

Comments
 (0)