Skip to content

Commit

Permalink
Remove useless with {} part of the render tag
Browse files Browse the repository at this point in the history
  • Loading branch information
benja-M-1 committed Dec 21, 2012
1 parent 7cec00b commit 9f9bbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Collector/db.html.twig
Expand Up @@ -46,7 +46,7 @@
'panel': 'db', 'panel': 'db',
'connectionName': app.request.query.get('connection'), 'connectionName': app.request.query.get('connection'),
'query': app.request.query.get('query') 'query': app.request.query.get('query')
}) with {} %} }) %}
{% else %} {% else %}
{{ block('queries') }} {{ block('queries') }}
{% endif %} {% endif %}
Expand Down

0 comments on commit 9f9bbab

Please sign in to comment.