use yaml_encode instate of json_encode in web profiler output

This commit is contained in:
Gordon Franke 2011-10-04 18:00:22 +02:00
parent 53a1977ab2
commit 200a5e2294

View file

@ -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