mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
JSON UNICODE
This commit is contained in:
parent
1ae2cfa9a5
commit
8aa5e479d1
@ -100,7 +100,7 @@
|
|||||||
{% for key, value in infos %}
|
{% for key, value in infos %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ key|title }}</td>
|
<td>{{ key|title }}</td>
|
||||||
<td>{{ value|json_encode|replace({'\\\\': '\\'})|trim('"') }}</td>
|
<td>{{ value|json_encode(constant('JSON_UNESCAPED_UNICODE'))|replace({'\\\\': '\\'})|trim('"') }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user