Skip to content

Commit

Permalink
use yaml_encode instate of json_encode in web profiler output
Browse files Browse the repository at this point in the history
  • Loading branch information
gimler committed Oct 4, 2011
1 parent 53a1977 commit 200a5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Collector/elastica.html.twig
Expand Up @@ -38,7 +38,7 @@
<strong>Path</strong>: {{ query.path }}<br />
<strong>Method</strong>: {{ query.method }}
<div>
<code>{{ query.data|json_encode }}</code>
<code>{{ query.data|yaml_encode }}</code>
</div>
<small>
<strong>Time</strong>: {{ '%0.2f'|format(query.executionMS * 1000) }} ms
Expand Down

0 comments on commit 200a5e2

Please sign in to comment.